#BCBF75

Color #BCBF75 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCBF75

Tints of Pine Glade #BCBF75

Color information

#BCBF75 (or 0xBCBF75) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 75. RGB value is (188,191,117). Sum of RGB (Red+Green+Blue) = 188+191+117=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF75 is #43408A. Grayscale: #B5B5B5. Windows color (decimal): -4407435 or 7716796. OLE color: 7716796.

HSL color Cylindrical-coordinate representation of color #BCBF75: hue angle of 62.43º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCBF75 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB188191117-
CMYK0.0200.390.25
HSL62.43º36.63%60.39%-
HSV(B)62.43º38.74%74.9%-
XYZ42.5849.2424.09-
YUV181.6791.51132.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=37.90%
G=38.51%
B=23.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911170.0200.390.2562.4336.6360.39
HexBCBF752027193e253c
Octal274277165204731764574
Binary1011110010111111111010110010011111001111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF75; }

 p { color: rgb(188,191,117); }

 H1.HeaderClassName
 {
   color: #BCBF75;
 }
 .AnyTagClassName
 {
   color: #BCBF75;
 }
</style>
background-color css

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

 a { background-color: rgb(188,191,117); }

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

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

 span { border-color: rgb(188,191,117); }

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