Html Css Color HEX #B5BC73 Pine Glade

📋 copy color: '#B5BC73'

red 181 ◦ green 188 ◦ blue 115

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

Shades of Pine Glade #B5BC73

Tints of Pine Glade #B5BC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 37.4%
G = 38.84%
B = 23.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#B5BC73 (or 0xB5BC73) is known color: Pine Glade. HEX triplet: B5, BC and 73. RGB value is (181,188,115). Sum of RGB (Red+Green+Blue) = 181+188+115=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC73 is #4A438C. Grayscale: #B1B1B1. Windows color (decimal): -4866957 or 7584949. OLE color: 7584949.

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

Color convert

RGB 181 188 115 -
CMYK 0.04 0 0.39 0.26
HSL 65.75º 0.35% 0.59% -
HSV(B) 65.75º 0.39% 0.74% -
XYZ 40.13 47.03 23.18 -
YUV 177.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 181 188 115 0.04 0 0.39 0.26 65.75 0.35 0.59
Hex B5 BC 73 4 0 27 1A 42 23 3B
Octal 265 274 163 4 0 47 32 102 43 73
Binary 10110101 10111100 1110011 100 0 100111 11010 1000010 100011 111011

Color Harmonies of #B5BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC73

Black with #B5BC73

Text Example


Text Example

White with #B5BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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