Html Css Color HEX #B5BC70 Pine Glade

📋 copy color: '#B5BC70'

red 181 ◦ green 188 ◦ blue 112

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

Shades of Pine Glade #B5BC70

Tints of Pine Glade #B5BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 37.63%
G = 39.09%
B = 23.28%

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

#B5BC70 (or 0xB5BC70) is known color: Pine Glade. HEX triplet: B5, BC and 70. RGB value is (181,188,112). Sum of RGB (Red+Green+Blue) = 181+188+112=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC70 is #4A438F. Grayscale: #B1B1B1. Windows color (decimal): -4866960 or 7388341. OLE color: 7388341.

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

Color convert

RGB 181 188 112 -
CMYK 0.04 0 0.40 0.26
HSL 65.53º 0.36% 0.59% -
HSV(B) 65.53º 0.4% 0.74% -
XYZ 39.96 46.96 22.29 -
YUV 177.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 181 188 112 0.04 0 0.40 0.26 65.53 0.36 0.59
Hex B5 BC 70 4 0 28 1A 42 24 3B
Octal 265 274 160 4 0 50 32 102 44 73
Binary 10110101 10111100 1110000 100 0 101000 11010 1000010 100100 111011

Color Harmonies of #B5BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC70

Black with #B5BC70

Text Example


Text Example

White with #B5BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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