Html Css Color HEX #B5BC82 Pine Glade

📋 copy color: '#B5BC82'

red 181 ◦ green 188 ◦ blue 130

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

Shades of Pine Glade #B5BC82

Tints of Pine Glade #B5BC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 36.27%
G = 37.68%
B = 26.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#B5BC82 (or 0xB5BC82) is known color: Pine Glade. HEX triplet: B5, BC and 82. RGB value is (181,188,130). Sum of RGB (Red+Green+Blue) = 181+188+130=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC82 is #4A437D. Grayscale: #B3B3B3. Windows color (decimal): -4866942 or 8567989. OLE color: 8567989.

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

Color convert

RGB 181 188 130 -
CMYK 0.04 0 0.31 0.26
HSL 67.24º 0.3% 0.62% -
HSV(B) 67.24º 0.31% 0.74% -
XYZ 41.07 47.4 28.1 -
YUV 179.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 181 188 130 0.04 0 0.31 0.26 67.24 0.3 0.62
Hex B5 BC 82 4 0 1F 1A 43 1E 3E
Octal 265 274 202 4 0 37 32 103 36 76
Binary 10110101 10111100 10000010 100 0 11111 11010 1000011 11110 111110

Color Harmonies of #B5BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC82

Black with #B5BC82

Text Example


Text Example

White with #B5BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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