Html Css Color HEX #B2BC70 Pine Glade

📋 copy color: '#B2BC70'

red 178 ◦ green 188 ◦ blue 112

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

Shades of Pine Glade #B2BC70

Tints of Pine Glade #B2BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.33%

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

R = 37.24%
G = 39.33%
B = 23.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B2BC70 (or 0xB2BC70) is known color: Pine Glade. HEX triplet: B2, BC and 70. RGB value is (178,188,112). Sum of RGB (Red+Green+Blue) = 178+188+112=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC70 is #4D438F. Grayscale: #B0B0B0. Windows color (decimal): -5063568 or 7388338. OLE color: 7388338.

HSL color Cylindrical-coordinate representation of color #B2BC70: hue angle of 67.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2BC70 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 112 -
CMYK 0.05 0 0.40 0.26
HSL 67.89º 0.36% 0.59% -
HSV(B) 67.89º 0.4% 0.74% -
XYZ 39.27 46.6 22.25 -
YUV 176.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 178 188 112 0.05 0 0.40 0.26 67.89 0.36 0.59
Hex B2 BC 70 5 0 28 1A 44 24 3B
Octal 262 274 160 5 0 50 32 104 44 73
Binary 10110010 10111100 1110000 101 0 101000 11010 1000100 100100 111011

Color Harmonies of #B2BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC70

Black with #B2BC70

Text Example


Text Example

White with #B2BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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