Html Css Color HEX #B2B527 Earls Green

📋 copy color: '#B2B527'

red 178 ◦ green 181 ◦ blue 39

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

Shades of Earls Green #B2B527

Tints of Earls Green #B2B527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.8%

R = 44.72%
G = 45.48%
B = 9.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B2B527 (or 0xB2B527) is known color: Earls Green. HEX triplet: B2, B5 and 27. RGB value is (178,181,39). Sum of RGB (Red+Green+Blue) = 178+181+39=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B527 is #4D4AD8. Grayscale: #A4A4A4. Windows color (decimal): -5065433 or 2602418. OLE color: 2602418.

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

Color convert

RGB 178 181 39 -
CMYK 0.02 0 0.78 0.29
HSL 61.27º 0.65% 0.43% -
HSV(B) 61.27º 0.78% 0.71% -
XYZ 35.25 42.66 8.3 -
YUV 163.92 57.51 138.05 -
System Red Green Blue C M Y K H S L
Decimal 178 181 39 0.02 0 0.78 0.29 61.27 0.65 0.43
Hex B2 B5 27 2 0 4E 1D 3D 41 2B
Octal 262 265 47 2 0 116 35 75 101 53
Binary 10110010 10110101 100111 10 0 1001110 11101 111101 1000001 101011

Color Harmonies of #B2B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B527

Black with #B2B527

Text Example


Text Example

White with #B2B527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B527; }

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

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

background-color css

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

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

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

border-color css

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

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

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