Html Css Color HEX #B2B632 Earls Green

📋 copy color: '#B2B632'

red 178 ◦ green 182 ◦ blue 50

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

Shades of Earls Green #B2B632

Tints of Earls Green #B2B632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.39%

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

R = 43.41%
G = 44.39%
B = 12.2%

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

#B2B632 (or 0xB2B632) is known color: Earls Green. HEX triplet: B2, B6 and 32. RGB value is (178,182,50). Sum of RGB (Red+Green+Blue) = 178+182+50=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B632 is #4D49CD. Grayscale: #A6A6A6. Windows color (decimal): -5065166 or 3323570. OLE color: 3323570.

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

Color convert

RGB 178 182 50 -
CMYK 0.02 0 0.73 0.29
HSL 61.82º 0.57% 0.45% -
HSV(B) 61.82º 0.73% 0.71% -
XYZ 35.66 43.15 9.47 -
YUV 165.76 62.67 136.73 -
System Red Green Blue C M Y K H S L
Decimal 178 182 50 0.02 0 0.73 0.29 61.82 0.57 0.45
Hex B2 B6 32 2 0 49 1D 3E 39 2D
Octal 262 266 62 2 0 111 35 76 71 55
Binary 10110010 10110110 110010 10 0 1001001 11101 111110 111001 101101

Color Harmonies of #B2B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B632

Black with #B2B632

Text Example


Text Example

White with #B2B632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B632; }

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

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

background-color css

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

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

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

border-color css

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

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

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