Html Css Color HEX #B2BE72 Pine Glade

📋 copy color: '#B2BE72'

red 178 ◦ green 190 ◦ blue 114

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

Shades of Pine Glade #B2BE72

Tints of Pine Glade #B2BE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.42%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 36.93%
G = 39.42%
B = 23.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#B2BE72 (or 0xB2BE72) is known color: Pine Glade. HEX triplet: B2, BE and 72. RGB value is (178,190,114). Sum of RGB (Red+Green+Blue) = 178+190+114=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE72 is #4D418D. Grayscale: #B2B2B2. Windows color (decimal): -5063054 or 7519922. OLE color: 7519922.

HSL color Cylindrical-coordinate representation of color #B2BE72: hue angle of 69.47º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2BE72 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 114 -
CMYK 0.06 0 0.40 0.25
HSL 69.47º 0.37% 0.6% -
HSV(B) 69.47º 0.4% 0.75% -
XYZ 39.81 47.51 22.99 -
YUV 177.75 92.02 128.18 -
System Red Green Blue C M Y K H S L
Decimal 178 190 114 0.06 0 0.40 0.25 69.47 0.37 0.6
Hex B2 BE 72 6 0 28 19 45 25 3C
Octal 262 276 162 6 0 50 31 105 45 74
Binary 10110010 10111110 1110010 110 0 101000 11001 1000101 100101 111100

Color Harmonies of #B2BE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE72

Black with #B2BE72

Text Example


Text Example

White with #B2BE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE72; }

 p { color: rgb(178,190,114); }

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

background-color css

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

 a { background-color: rgb(178,190,114); }

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

border-color css

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

 span { border-color: rgb(178,190,114); }

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