#BBCD75

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

Shades of Pine Glade #BBCD75

Tints of Pine Glade #BBCD75

Color information

#BBCD75 (or 0xBBCD75) is unknown color: approx Pine Glade. HEX triplet: BB, CD and 75. RGB value is (187,205,117). Sum of RGB (Red+Green+Blue) = 187+205+117=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD75 is #44328A. Grayscale: #BDBDBD. Windows color (decimal): -4469387 or 7720379. OLE color: 7720379.

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

Color convert

RGB187205117-
CMYK0.0900.430.20
HSL72.27º46.81%63.14%-
HSV(B)72.27º42.93%80.39%-
XYZ45.5455.5125.14-
YUV189.5987.04126.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=36.74%
G=40.28%
B=22.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051170.0900.430.2072.2746.8163.14
HexBBCD75902B14482f3f
Octal27331516511053241105777
Binary1011101111001101111010110010101011101001001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD75; }

 p { color: rgb(187,205,117); }

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

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

 a { background-color: rgb(187,205,117); }

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

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

 span { border-color: rgb(187,205,117); }

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