Html Css Color HEX #B4B232 Earls Green

📋 copy color: '#B4B232'

red 180 ◦ green 178 ◦ blue 50

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

Shades of Earls Green #B4B232

Tints of Earls Green #B4B232

RGB

 RED value IS 180 (70.7% from 255) = 44.12%

 GREEN value IS 178 (69.92% from 255) = 43.63%

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

R = 44.12%
G = 43.63%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B4B232 (or 0xB4B232) is known color: Earls Green. HEX triplet: B4, B2 and 32. RGB value is (180,178,50). Sum of RGB (Red+Green+Blue) = 180+178+50=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B232 is #4B4DCD. Grayscale: #A4A4A4. Windows color (decimal): -4935118 or 3322548. OLE color: 3322548.

HSL color Cylindrical-coordinate representation of color #B4B232: hue angle of 59.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4B232 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 178 50 -
CMYK 0 0.01 0.72 0.29
HSL 59.08º 0.57% 0.45% -
HSV(B) 59.08º 0.72% 0.71% -
XYZ 35.32 41.77 9.22 -
YUV 164.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 180 178 50 0 0.01 0.72 0.29 59.08 0.57 0.45
Hex B4 B2 32 0 1 48 1D 3B 39 2D
Octal 264 262 62 0 1 110 35 73 71 55
Binary 10110100 10110010 110010 0 1 1001000 11101 111011 111001 101101

Color Harmonies of #B4B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B232

Black with #B4B232

Text Example


Text Example

White with #B4B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B232; }

 p { color: rgb(180,178,50); }

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

background-color css

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

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

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

border-color css

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

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

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