Html Css Color HEX #B9A823 Earls Green

📋 copy color: '#B9A823'

red 185 ◦ green 168 ◦ blue 35

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

Shades of Earls Green #B9A823

Tints of Earls Green #B9A823

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.3%

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

R = 47.68%
G = 43.3%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B9A823 (or 0xB9A823) is known color: Earls Green. HEX triplet: B9, A8 and 23. RGB value is (185,168,35). Sum of RGB (Red+Green+Blue) = 185+168+35=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A823 is #4657DC. Grayscale: #9E9E9E. Windows color (decimal): -4610013 or 2336953. OLE color: 2336953.

HSL color Cylindrical-coordinate representation of color #B9A823: hue angle of 53.2º 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 #B9A823 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 35 -
CMYK 0 0.09 0.81 0.27
HSL 53.2º 0.68% 0.43% -
HSV(B) 53.2º 0.81% 0.73% -
XYZ 34.31 38.44 7.2 -
YUV 157.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 185 168 35 0 0.09 0.81 0.27 53.2 0.68 0.43
Hex B9 A8 23 0 9 51 1B 35 44 2B
Octal 271 250 43 0 11 121 33 65 104 53
Binary 10111001 10101000 100011 0 1001 1010001 11011 110101 1000100 101011

Color Harmonies of #B9A823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A823

Black with #B9A823

Text Example


Text Example

White with #B9A823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A823; }

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

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

background-color css

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

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

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

border-color css

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

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

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