#BDC088

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

Shades of Pine Glade #BDC088

Tints of Pine Glade #BDC088

Color information

#BDC088 (or 0xBDC088) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 88. RGB value is (189,192,136). Sum of RGB (Red+Green+Blue) = 189+192+136=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC088 is #423F77. Grayscale: #B8B8B8. Windows color (decimal): -4341624 or 8962237. OLE color: 8962237.

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

Color convert

RGB189192136-
CMYK0.0200.290.25
HSL63.21º30.77%64.31%-
HSV(B)63.21º29.17%75.29%-
XYZ44.2850.330.67-
YUV184.72100.51131.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=36.56%
G=37.14%
B=26.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921360.0200.290.2563.2130.7764.31
HexBDC088201D193f1f40
Octal2753002102035317737100
Binary1011110111000000100010001001110111001111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC088; }

 p { color: rgb(189,192,136); }

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

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

 a { background-color: rgb(189,192,136); }

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

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

 span { border-color: rgb(189,192,136); }

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