Html Css Color HEX #B5BC89 Pine Glade

📋 copy color: '#B5BC89'

red 181 ◦ green 188 ◦ blue 137

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

Shades of Pine Glade #B5BC89

Tints of Pine Glade #B5BC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 35.77%
G = 37.15%
B = 27.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#B5BC89 (or 0xB5BC89) is known color: Pine Glade. HEX triplet: B5, BC and 89. RGB value is (181,188,137). Sum of RGB (Red+Green+Blue) = 181+188+137=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC89 is #4A4376. Grayscale: #B4B4B4. Windows color (decimal): -4866935 or 9026741. OLE color: 9026741.

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

Color convert

RGB 181 188 137 -
CMYK 0.04 0 0.27 0.26
HSL 68.24º 0.28% 0.64% -
HSV(B) 68.24º 0.27% 0.74% -
XYZ 41.55 47.6 30.66 -
YUV 180.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 181 188 137 0.04 0 0.27 0.26 68.24 0.28 0.64
Hex B5 BC 89 4 0 1B 1A 44 1C 40
Octal 265 274 211 4 0 33 32 104 34 100
Binary 10110101 10111100 10001001 100 0 11011 11010 1000100 11100 1000000

Color Harmonies of #B5BC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC89

Black with #B5BC89

Text Example


Text Example

White with #B5BC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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