Html Css Color HEX #B2BC6F Pine Glade

📋 copy color: '#B2BC6F'

red 178 ◦ green 188 ◦ blue 111

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

Shades of Pine Glade #B2BC6F

Tints of Pine Glade #B2BC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 37.32%
G = 39.41%
B = 23.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#B2BC6F (or 0xB2BC6F) is known color: Pine Glade. HEX triplet: B2, BC and 6F. RGB value is (178,188,111). Sum of RGB (Red+Green+Blue) = 178+188+111=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC6F is #4D4390. Grayscale: #B0B0B0. Windows color (decimal): -5063569 or 7322802. OLE color: 7322802.

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

Color convert

RGB 178 188 111 -
CMYK 0.05 0 0.41 0.26
HSL 67.79º 0.36% 0.59% -
HSV(B) 67.79º 0.41% 0.74% -
XYZ 39.21 46.58 21.96 -
YUV 176.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 178 188 111 0.05 0 0.41 0.26 67.79 0.36 0.59
Hex B2 BC 6F 5 0 29 1A 44 24 3B
Octal 262 274 157 5 0 51 32 104 44 73
Binary 10110010 10111100 1101111 101 0 101001 11010 1000100 100100 111011

Color Harmonies of #B2BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC6F

Black with #B2BC6F

Text Example


Text Example

White with #B2BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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