#BCCB75

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

Shades of Pine Glade #BCCB75

Tints of Pine Glade #BCCB75

Color information

#BCCB75 (or 0xBCCB75) is unknown color: approx Pine Glade. HEX triplet: BC, CB and 75. RGB value is (188,203,117). Sum of RGB (Red+Green+Blue) = 188+203+117=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB75 is #43348A. Grayscale: #BDBDBD. Windows color (decimal): -4404363 or 7719868. OLE color: 7719868.

HSL color Cylindrical-coordinate representation of color #BCCB75: hue angle of 70.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCCB75 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB188203117-
CMYK0.0700.420.20
HSL70.47º45.26%62.75%-
HSV(B)70.47º42.36%79.61%-
XYZ45.3154.6925-
YUV188.7187.53127.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=37.01%
G=39.96%
B=23.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031170.0700.420.2070.4745.2662.75
HexBCCB75702A14462d3f
Octal2743131657052241065577
Binary101111001100101111101011110101010101001000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB75; }

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

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

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

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

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

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

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

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