Html Css Color HEX #B2B525 Earls Green

📋 copy color: '#B2B525'

red 178 ◦ green 181 ◦ blue 37

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

Shades of Earls Green #B2B525

Tints of Earls Green #B2B525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.34%

R = 44.95%
G = 45.71%
B = 9.34%

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

#B2B525 (or 0xB2B525) is known color: Earls Green. HEX triplet: B2, B5 and 25. RGB value is (178,181,37). Sum of RGB (Red+Green+Blue) = 178+181+37=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B525 is #4D4ADA. Grayscale: #A4A4A4. Windows color (decimal): -5065435 or 2471346. OLE color: 2471346.

HSL color Cylindrical-coordinate representation of color #B2B525: hue angle of 61.25º degrees, saturation: 0.66, 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 #B2B525 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 37 -
CMYK 0.02 0 0.80 0.29
HSL 61.25º 0.66% 0.43% -
HSV(B) 61.25º 0.8% 0.71% -
XYZ 35.22 42.65 8.13 -
YUV 163.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 178 181 37 0.02 0 0.80 0.29 61.25 0.66 0.43
Hex B2 B5 25 2 0 50 1D 3D 42 2B
Octal 262 265 45 2 0 120 35 75 102 53
Binary 10110010 10110101 100101 10 0 1010000 11101 111101 1000010 101011

Color Harmonies of #B2B525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B525

Black with #B2B525

Text Example


Text Example

White with #B2B525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B525; }

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

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

background-color css

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

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

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

border-color css

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

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

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