Html Css Color HEX #B2B732 Earls Green

📋 copy color: '#B2B732'

red 178 ◦ green 183 ◦ blue 50

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

Shades of Earls Green #B2B732

Tints of Earls Green #B2B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.53%

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

R = 43.31%
G = 44.53%
B = 12.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B2B732 (or 0xB2B732) is known color: Earls Green. HEX triplet: B2, B7 and 32. RGB value is (178,183,50). Sum of RGB (Red+Green+Blue) = 178+183+50=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B732 is #4D48CD. Grayscale: #A6A6A6. Windows color (decimal): -5064910 or 3323826. OLE color: 3323826.

HSL color Cylindrical-coordinate representation of color #B2B732: hue angle of 62.26º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2B732 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 50 -
CMYK 0.03 0 0.73 0.28
HSL 62.26º 0.57% 0.46% -
HSV(B) 62.26º 0.73% 0.72% -
XYZ 35.87 43.56 9.54 -
YUV 166.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 178 183 50 0.03 0 0.73 0.28 62.26 0.57 0.46
Hex B2 B7 32 3 0 49 1C 3E 39 2E
Octal 262 267 62 3 0 111 34 76 71 56
Binary 10110010 10110111 110010 11 0 1001001 11100 111110 111001 101110

Color Harmonies of #B2B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B732

Black with #B2B732

Text Example


Text Example

White with #B2B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B732; }

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

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

background-color css

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

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

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

border-color css

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

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

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