Html Css Color HEX #B5BC71 Pine Glade

📋 copy color: '#B5BC71'

red 181 ◦ green 188 ◦ blue 113

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

Shades of Pine Glade #B5BC71

Tints of Pine Glade #B5BC71

RGB

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

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

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

R = 37.55%
G = 39%
B = 23.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B5BC71 (or 0xB5BC71) is known color: Pine Glade. HEX triplet: B5, BC and 71. RGB value is (181,188,113). Sum of RGB (Red+Green+Blue) = 181+188+113=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC71 is #4A438E. Grayscale: #B1B1B1. Windows color (decimal): -4866959 or 7453877. OLE color: 7453877.

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

Color convert

RGB 181 188 113 -
CMYK 0.04 0 0.40 0.26
HSL 65.6º 0.36% 0.59% -
HSV(B) 65.6º 0.4% 0.74% -
XYZ 40.02 46.98 22.58 -
YUV 177.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 181 188 113 0.04 0 0.40 0.26 65.6 0.36 0.59
Hex B5 BC 71 4 0 28 1A 42 24 3B
Octal 265 274 161 4 0 50 32 102 44 73
Binary 10110101 10111100 1110001 100 0 101000 11010 1000010 100100 111011

Color Harmonies of #B5BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC71

Black with #B5BC71

Text Example


Text Example

White with #B5BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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