Html Css Color HEX #B8B032 Earls Green

📋 copy color: '#B8B032'

red 184 ◦ green 176 ◦ blue 50

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

Shades of Earls Green #B8B032

Tints of Earls Green #B8B032

RGB

 RED value IS 184 (72.27% from 255) = 44.88%

 GREEN value IS 176 (69.14% from 255) = 42.93%

 BLUE value IS 50 (19.92% from 255) = 12.2%

R = 44.88%
G = 42.93%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B8B032 (or 0xB8B032) is known color: Earls Green. HEX triplet: B8, B0 and 32. RGB value is (184,176,50). Sum of RGB (Red+Green+Blue) = 184+176+50=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B032 is #474FCD. Grayscale: #A4A4A4. Windows color (decimal): -4673486 or 3322040. OLE color: 3322040.

HSL color Cylindrical-coordinate representation of color #B8B032: hue angle of 56.42º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8B032 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 50 -
CMYK 0 0.04 0.73 0.28
HSL 56.42º 0.57% 0.46% -
HSV(B) 56.42º 0.73% 0.72% -
XYZ 35.87 41.47 9.13 -
YUV 164.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 184 176 50 0 0.04 0.73 0.28 56.42 0.57 0.46
Hex B8 B0 32 0 4 49 1C 38 39 2E
Octal 270 260 62 0 4 111 34 70 71 56
Binary 10111000 10110000 110010 0 100 1001001 11100 111000 111001 101110

Color Harmonies of #B8B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B032

Black with #B8B032

Text Example


Text Example

White with #B8B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B032; }

 p { color: rgb(184,176,50); }

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

background-color css

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

 a { background-color: rgb(184,176,50); }

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

border-color css

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

 span { border-color: rgb(184,176,50); }

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