Html Css Color HEX #B0B032 Earls Green

📋 copy color: '#B0B032'

red 176 ◦ green 176 ◦ blue 50

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

Shades of Earls Green #B0B032

Tints of Earls Green #B0B032

RGB

 RED value IS 176 (69.14% from 255) = 43.78%

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

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

R = 43.78%
G = 43.78%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B0B032 (or 0xB0B032) is known color: Earls Green. HEX triplet: B0, B0 and 32. RGB value is (176,176,50). Sum of RGB (Red+Green+Blue) = 176+176+50=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B032 is #4F4FCD. Grayscale: #A2A2A2. Windows color (decimal): -5197774 or 3322032. OLE color: 3322032.

HSL color Cylindrical-coordinate representation of color #B0B032: hue angle of 60º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0B032 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 176 50 -
CMYK 0 0 0.72 0.31
HSL 60º 0.56% 0.44% -
HSV(B) 60º 0.72% 0.69% -
XYZ 34.01 40.51 9.04 -
YUV 161.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 176 176 50 0 0 0.72 0.31 60 0.56 0.44
Hex B0 B0 32 0 0 48 1F 3C 38 2C
Octal 260 260 62 0 0 110 37 74 70 54
Binary 10110000 10110000 110010 0 0 1001000 11111 111100 111000 101100

Color Harmonies of #B0B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B032

Black with #B0B032

Text Example


Text Example

White with #B0B032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B032; }

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

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

background-color css

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

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

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

border-color css

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

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

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