Html Css Color HEX #B9A223 Earls Green

📋 copy color: '#B9A223'

red 185 ◦ green 162 ◦ blue 35

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

Shades of Earls Green #B9A223

Tints of Earls Green #B9A223

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

 BLUE value IS 35 (14.06% from 255) = 9.16%

R = 48.43%
G = 42.41%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B9A223 (or 0xB9A223) is known color: Earls Green. HEX triplet: B9, A2 and 23. RGB value is (185,162,35). Sum of RGB (Red+Green+Blue) = 185+162+35=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A223 is #465DDC. Grayscale: #9A9A9A. Windows color (decimal): -4611549 or 2335417. OLE color: 2335417.

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

Color convert

RGB 185 162 35 -
CMYK 0 0.12 0.81 0.27
HSL 50.8º 0.68% 0.43% -
HSV(B) 50.8º 0.81% 0.73% -
XYZ 33.23 36.28 6.84 -
YUV 154.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 185 162 35 0 0.12 0.81 0.27 50.8 0.68 0.43
Hex B9 A2 23 0 C 51 1B 33 44 2B
Octal 271 242 43 0 14 121 33 63 104 53
Binary 10111001 10100010 100011 0 1100 1010001 11011 110011 1000100 101011

Color Harmonies of #B9A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A223

Black with #B9A223

Text Example


Text Example

White with #B9A223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A223; }

 p { color: rgb(185,162,35); }

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

background-color css

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

 a { background-color: rgb(185,162,35); }

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

border-color css

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

 span { border-color: rgb(185,162,35); }

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