Html Css Color HEX #B9B328 Earls Green

📋 copy color: '#B9B328'

red 185 ◦ green 179 ◦ blue 40

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

Shades of Earls Green #B9B328

Tints of Earls Green #B9B328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.9%

R = 45.79%
G = 44.31%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B9B328 (or 0xB9B328) is known color: Earls Green. HEX triplet: B9, B3 and 28. RGB value is (185,179,40). Sum of RGB (Red+Green+Blue) = 185+179+40=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B328 is #464CD7. Grayscale: #A5A5A5. Windows color (decimal): -4607192 or 2667449. OLE color: 2667449.

HSL color Cylindrical-coordinate representation of color #B9B328: hue angle of 57.52º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9B328 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 179 40 -
CMYK 0 0.03 0.78 0.27
HSL 57.52º 0.64% 0.44% -
HSV(B) 57.52º 0.78% 0.73% -
XYZ 36.51 42.71 8.33 -
YUV 164.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 185 179 40 0 0.03 0.78 0.27 57.52 0.64 0.44
Hex B9 B3 28 0 3 4E 1B 3A 40 2C
Octal 271 263 50 0 3 116 33 72 100 54
Binary 10111001 10110011 101000 0 11 1001110 11011 111010 1000000 101100

Color Harmonies of #B9B328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B328

Black with #B9B328

Text Example


Text Example

White with #B9B328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B328; }

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

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

background-color css

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

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

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

border-color css

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

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

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