Html Css Color HEX #B9A423 Earls Green

📋 copy color: '#B9A423'

red 185 ◦ green 164 ◦ blue 35

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

Shades of Earls Green #B9A423

Tints of Earls Green #B9A423

RGB

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

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

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

R = 48.18%
G = 42.71%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B9A423 (or 0xB9A423) is known color: Earls Green. HEX triplet: B9, A4 and 23. RGB value is (185,164,35). Sum of RGB (Red+Green+Blue) = 185+164+35=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A423 is #465BDC. Grayscale: #9C9C9C. Windows color (decimal): -4611037 or 2335929. OLE color: 2335929.

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

Color convert

RGB 185 164 35 -
CMYK 0 0.11 0.81 0.27
HSL 51.6º 0.68% 0.43% -
HSV(B) 51.6º 0.81% 0.73% -
XYZ 33.59 36.99 6.96 -
YUV 155.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 185 164 35 0 0.11 0.81 0.27 51.6 0.68 0.43
Hex B9 A4 23 0 B 51 1B 34 44 2B
Octal 271 244 43 0 13 121 33 64 104 53
Binary 10111001 10100100 100011 0 1011 1010001 11011 110100 1000100 101011

Color Harmonies of #B9A423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A423

Black with #B9A423

Text Example


Text Example

White with #B9A423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A423; }

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

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

background-color css

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

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

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

border-color css

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

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

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