#BDC883

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

Shades of Pine Glade #BDC883

Tints of Pine Glade #BDC883

Color information

#BDC883 (or 0xBDC883) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 83. RGB value is (189,200,131). Sum of RGB (Red+Green+Blue) = 189+200+131=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC883 is #42377C. Grayscale: #BDBDBD. Windows color (decimal): -4339581 or 8636605. OLE color: 8636605.

HSL color Cylindrical-coordinate representation of color #BDC883: hue angle of 69.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDC883 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB189200131-
CMYK0.0600.340.22
HSL69.57º38.55%64.9%-
HSV(B)69.57º34.5%78.43%-
XYZ45.7453.7729.44-
YUV188.8495.36128.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=36.35%
G=38.46%
B=25.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001310.0600.340.2269.5738.5564.9
HexBDC883602216462741
Octal27531020360422610647101
Binary10111101110010001000001111001000101011010001101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC883; }

 p { color: rgb(189,200,131); }

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

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

 a { background-color: rgb(189,200,131); }

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

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

 span { border-color: rgb(189,200,131); }

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