Html Css Color HEX #B2BC71 Pine Glade

📋 copy color: '#B2BC71'

red 178 ◦ green 188 ◦ blue 113

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

Shades of Pine Glade #B2BC71

Tints of Pine Glade #B2BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 37.16%
G = 39.25%
B = 23.59%

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

#B2BC71 (or 0xB2BC71) is known color: Pine Glade. HEX triplet: B2, BC and 71. RGB value is (178,188,113). Sum of RGB (Red+Green+Blue) = 178+188+113=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC71 is #4D438E. Grayscale: #B0B0B0. Windows color (decimal): -5063567 or 7453874. OLE color: 7453874.

HSL color Cylindrical-coordinate representation of color #B2BC71: hue angle of 68º 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 #B2BC71 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 113 -
CMYK 0.05 0 0.40 0.26
HSL 68º 0.36% 0.59% -
HSV(B) 68º 0.4% 0.74% -
XYZ 39.32 46.62 22.55 -
YUV 176.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 178 188 113 0.05 0 0.40 0.26 68 0.36 0.59
Hex B2 BC 71 5 0 28 1A 44 24 3B
Octal 262 274 161 5 0 50 32 104 44 73
Binary 10110010 10111100 1110001 101 0 101000 11010 1000100 100100 111011

Color Harmonies of #B2BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC71

Black with #B2BC71

Text Example


Text Example

White with #B2BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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