Html Css Color HEX #B9A422 Earls Green

📋 copy color: '#B9A422'

red 185 ◦ green 164 ◦ blue 34

#B9A422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #B9A422

Tints of Earls Green #B9A422

RGB

 RED value IS 185 (72.66% from 255) = 48.3%

 GREEN value IS 164 (64.45% from 255) = 42.82%

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 48.3%
G = 42.82%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9A422 (or 0xB9A422) is known color: Earls Green. HEX triplet: B9, A4 and 22. RGB value is (185,164,34). Sum of RGB (Red+Green+Blue) = 185+164+34=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A422 is #465BDD. Grayscale: #9C9C9C. Windows color (decimal): -4611038 or 2270393. OLE color: 2270393.

HSL color Cylindrical-coordinate representation of color #B9A422: hue angle of 51.66º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9A422 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 164 34 -
CMYK 0 0.11 0.82 0.27
HSL 51.66º 0.69% 0.43% -
HSV(B) 51.66º 0.82% 0.73% -
XYZ 33.57 36.98 6.88 -
YUV 155.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 185 164 34 0 0.11 0.82 0.27 51.66 0.69 0.43
Hex B9 A4 22 0 B 52 1B 34 45 2B
Octal 271 244 42 0 13 122 33 64 105 53
Binary 10111001 10100100 100010 0 1011 1010010 11011 110100 1000101 101011

Color Harmonies of #B9A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A422

Black with #B9A422

Text Example


Text Example

White with #B9A422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A422; }

 p { color: rgb(185,164,34); }

 H1.HeaderClassName
 {
   color: #B9A422;
 }
 .AnyTagClassName
 {
   color: #B9A422;
 }
</style>

background-color css

<style>
 a { background-color: #B9A422; }

 a { background-color: rgb(185,164,34); }

 div.DivClassName
 {
   background-color: #B9A422;
 }
 .BgClassName
 {
   background-color: #B9A422;
 }
</style>

border-color css

<style>
 span { border-color: #B9A422; }

 span { border-color: rgb(185,164,34); }

 td.TdClassName
 {
   border-color: #B9A422;
 }
 .TagClassName
 {
   border-color: #B9A422;
 }
</style>