#BDC188

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

Shades of Pine Glade #BDC188

Tints of Pine Glade #BDC188

Color information

#BDC188 (or 0xBDC188) is unknown color: approx Pine Glade. HEX triplet: BD, C1 and 88. RGB value is (189,193,136). Sum of RGB (Red+Green+Blue) = 189+193+136=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC188 is #423E77. Grayscale: #B9B9B9. Windows color (decimal): -4341368 or 8962493. OLE color: 8962493.

HSL color Cylindrical-coordinate representation of color #BDC188: hue angle of 64.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC188 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB189193136-
CMYK0.0200.300.24
HSL64.21º31.49%64.51%-
HSV(B)64.21º29.53%75.69%-
XYZ44.550.7430.74-
YUV185.31100.17130.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=36.49%
G=37.26%
B=26.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931360.0200.300.2464.2131.4964.51
HexBDC188201E18401f41
Octal27530121020363010037101
Binary10111101110000011000100010011110110001000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC188; }

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

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

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

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

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

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

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

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