Html Css Color HEX #B9B321 Earls Green

📋 copy color: '#B9B321'

red 185 ◦ green 179 ◦ blue 33

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

Shades of Earls Green #B9B321

Tints of Earls Green #B9B321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 46.6%
G = 45.09%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B9B321 (or 0xB9B321) is known color: Earls Green. HEX triplet: B9, B3 and 21. RGB value is (185,179,33). Sum of RGB (Red+Green+Blue) = 185+179+33=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B321 is #464CDE. Grayscale: #A4A4A4. Windows color (decimal): -4607199 or 2208697. OLE color: 2208697.

HSL color Cylindrical-coordinate representation of color #B9B321: hue angle of 57.63º degrees, saturation: 0.7, 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 #B9B321 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 179 33 -
CMYK 0 0.03 0.82 0.27
HSL 57.63º 0.7% 0.43% -
HSV(B) 57.63º 0.82% 0.73% -
XYZ 36.4 42.66 7.76 -
YUV 164.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 185 179 33 0 0.03 0.82 0.27 57.63 0.7 0.43
Hex B9 B3 21 0 3 52 1B 3A 46 2B
Octal 271 263 41 0 3 122 33 72 106 53
Binary 10111001 10110011 100001 0 11 1010010 11011 111010 1000110 101011

Color Harmonies of #B9B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B321

Black with #B9B321

Text Example


Text Example

White with #B9B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B321; }

 p { color: rgb(185,179,33); }

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

background-color css

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

 a { background-color: rgb(185,179,33); }

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

border-color css

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

 span { border-color: rgb(185,179,33); }

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