Html Css Color HEX #B5BC83 Pine Glade

📋 copy color: '#B5BC83'

red 181 ◦ green 188 ◦ blue 131

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

Shades of Pine Glade #B5BC83

Tints of Pine Glade #B5BC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.2%

R = 36.2%
G = 37.6%
B = 26.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#B5BC83 (or 0xB5BC83) is known color: Pine Glade. HEX triplet: B5, BC and 83. RGB value is (181,188,131). Sum of RGB (Red+Green+Blue) = 181+188+131=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC83 is #4A437C. Grayscale: #B3B3B3. Windows color (decimal): -4866941 or 8633525. OLE color: 8633525.

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

Color convert

RGB 181 188 131 -
CMYK 0.04 0 0.30 0.26
HSL 67.37º 0.3% 0.63% -
HSV(B) 67.37º 0.3% 0.74% -
XYZ 41.14 47.43 28.46 -
YUV 179.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 181 188 131 0.04 0 0.30 0.26 67.37 0.3 0.63
Hex B5 BC 83 4 0 1E 1A 43 1E 3F
Octal 265 274 203 4 0 36 32 103 36 77
Binary 10110101 10111100 10000011 100 0 11110 11010 1000011 11110 111111

Color Harmonies of #B5BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC83

Black with #B5BC83

Text Example


Text Example

White with #B5BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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