Html Css Color HEX #B2B524 Earls Green

📋 copy color: '#B2B524'

red 178 ◦ green 181 ◦ blue 36

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

Shades of Earls Green #B2B524

Tints of Earls Green #B2B524

RGB

 RED value IS 178 (69.92% from 255) = 45.06%

 GREEN value IS 181 (71.09% from 255) = 45.82%

 BLUE value IS 36 (14.45% from 255) = 9.11%

R = 45.06%
G = 45.82%
B = 9.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B2B524 (or 0xB2B524) is known color: Earls Green. HEX triplet: B2, B5 and 24. RGB value is (178,181,36). Sum of RGB (Red+Green+Blue) = 178+181+36=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B524 is #4D4ADB. Grayscale: #A4A4A4. Windows color (decimal): -5065436 or 2405810. OLE color: 2405810.

HSL color Cylindrical-coordinate representation of color #B2B524: hue angle of 61.24º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2B524 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 36 -
CMYK 0.02 0 0.80 0.29
HSL 61.24º 0.67% 0.43% -
HSV(B) 61.24º 0.8% 0.71% -
XYZ 35.2 42.64 8.04 -
YUV 163.57 56.01 138.29 -
System Red Green Blue C M Y K H S L
Decimal 178 181 36 0.02 0 0.80 0.29 61.24 0.67 0.43
Hex B2 B5 24 2 0 50 1D 3D 43 2B
Octal 262 265 44 2 0 120 35 75 103 53
Binary 10110010 10110101 100100 10 0 1010000 11101 111101 1000011 101011

Color Harmonies of #B2B524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B524

Black with #B2B524

Text Example


Text Example

White with #B2B524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B524; }

 p { color: rgb(178,181,36); }

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

background-color css

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

 a { background-color: rgb(178,181,36); }

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

border-color css

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

 span { border-color: rgb(178,181,36); }

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