Html Css Color HEX #B9A430 Earls Green

📋 copy color: '#B9A430'

red 185 ◦ green 164 ◦ blue 48

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

Shades of Earls Green #B9A430

Tints of Earls Green #B9A430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 46.6%
G = 41.31%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B9A430 (or 0xB9A430) is known color: Earls Green. HEX triplet: B9, A4 and 30. RGB value is (185,164,48). Sum of RGB (Red+Green+Blue) = 185+164+48=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A430 is #465BCF. Grayscale: #9D9D9D. Windows color (decimal): -4611024 or 3187897. OLE color: 3187897.

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

Color convert

RGB 185 164 48 -
CMYK 0 0.11 0.74 0.27
HSL 50.8º 0.59% 0.46% -
HSV(B) 50.8º 0.74% 0.73% -
XYZ 33.82 37.08 8.17 -
YUV 157.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 185 164 48 0 0.11 0.74 0.27 50.8 0.59 0.46
Hex B9 A4 30 0 B 4A 1B 33 3B 2E
Octal 271 244 60 0 13 112 33 63 73 56
Binary 10111001 10100100 110000 0 1011 1001010 11011 110011 111011 101110

Color Harmonies of #B9A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A430

Black with #B9A430

Text Example


Text Example

White with #B9A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A430; }

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

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

background-color css

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

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

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

border-color css

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

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

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