Html Css Color HEX #B2BF70 Pine Glade

📋 copy color: '#B2BF70'

red 178 ◦ green 191 ◦ blue 112

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

Shades of Pine Glade #B2BF70

Tints of Pine Glade #B2BF70

RGB

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

 GREEN value IS 191 (75% from 255) = 39.71%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 37.01%
G = 39.71%
B = 23.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#B2BF70 (or 0xB2BF70) is known color: Pine Glade. HEX triplet: B2, BF and 70. RGB value is (178,191,112). Sum of RGB (Red+Green+Blue) = 178+191+112=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF70 is #4D408F. Grayscale: #B2B2B2. Windows color (decimal): -5062800 or 7389106. OLE color: 7389106.

HSL color Cylindrical-coordinate representation of color #B2BF70: hue angle of 69.87º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2BF70 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 112 -
CMYK 0.07 0 0.41 0.25
HSL 69.87º 0.38% 0.59% -
HSV(B) 69.87º 0.41% 0.75% -
XYZ 39.92 47.9 22.47 -
YUV 178.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 178 191 112 0.07 0 0.41 0.25 69.87 0.38 0.59
Hex B2 BF 70 7 0 29 19 46 26 3B
Octal 262 277 160 7 0 51 31 106 46 73
Binary 10110010 10111111 1110000 111 0 101001 11001 1000110 100110 111011

Color Harmonies of #B2BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF70

Black with #B2BF70

Text Example


Text Example

White with #B2BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF70; }

 p { color: rgb(178,191,112); }

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

background-color css

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

 a { background-color: rgb(178,191,112); }

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

border-color css

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

 span { border-color: rgb(178,191,112); }

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