Html Css Color HEX #B2B531 Earls Green

📋 copy color: '#B2B531'

red 178 ◦ green 181 ◦ blue 49

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

Shades of Earls Green #B2B531

Tints of Earls Green #B2B531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.01%

R = 43.63%
G = 44.36%
B = 12.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B2B531 (or 0xB2B531) is known color: Earls Green. HEX triplet: B2, B5 and 31. RGB value is (178,181,49). Sum of RGB (Red+Green+Blue) = 178+181+49=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B531 is #4D4ACE. Grayscale: #A5A5A5. Windows color (decimal): -5065423 or 3257778. OLE color: 3257778.

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

Color convert

RGB 178 181 49 -
CMYK 0.02 0 0.73 0.29
HSL 61.36º 0.57% 0.45% -
HSV(B) 61.36º 0.73% 0.71% -
XYZ 35.44 42.73 9.29 -
YUV 165.06 62.51 137.23 -
System Red Green Blue C M Y K H S L
Decimal 178 181 49 0.02 0 0.73 0.29 61.36 0.57 0.45
Hex B2 B5 31 2 0 49 1D 3D 39 2D
Octal 262 265 61 2 0 111 35 75 71 55
Binary 10110010 10110101 110001 10 0 1001001 11101 111101 111001 101101

Color Harmonies of #B2B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B531

Black with #B2B531

Text Example


Text Example

White with #B2B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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