Html Css Color HEX #B5BC88 Pine Glade

📋 copy color: '#B5BC88'

red 181 ◦ green 188 ◦ blue 136

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

Shades of Pine Glade #B5BC88

Tints of Pine Glade #B5BC88

RGB

 RED value IS 181 (71.09% from 255) = 35.84%

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

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 35.84%
G = 37.23%
B = 26.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#B5BC88 (or 0xB5BC88) is known color: Pine Glade. HEX triplet: B5, BC and 88. RGB value is (181,188,136). Sum of RGB (Red+Green+Blue) = 181+188+136=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC88 is #4A4377. Grayscale: #B4B4B4. Windows color (decimal): -4866936 or 8961205. OLE color: 8961205.

HSL color Cylindrical-coordinate representation of color #B5BC88: hue angle of 68.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BC88 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 136 -
CMYK 0.04 0 0.28 0.26
HSL 68.08º 0.28% 0.64% -
HSV(B) 68.08º 0.28% 0.74% -
XYZ 41.48 47.57 30.29 -
YUV 179.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 181 188 136 0.04 0 0.28 0.26 68.08 0.28 0.64
Hex B5 BC 88 4 0 1C 1A 44 1C 40
Octal 265 274 210 4 0 34 32 104 34 100
Binary 10110101 10111100 10001000 100 0 11100 11010 1000100 11100 1000000

Color Harmonies of #B5BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC88

Black with #B5BC88

Text Example


Text Example

White with #B5BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC88; }

 p { color: rgb(181,188,136); }

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

background-color css

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

 a { background-color: rgb(181,188,136); }

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

border-color css

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

 span { border-color: rgb(181,188,136); }

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