#BDC383

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

Shades of Pine Glade #BDC383

Tints of Pine Glade #BDC383

Color information

#BDC383 (or 0xBDC383) is unknown color: approx Pine Glade. HEX triplet: BD, C3 and 83. RGB value is (189,195,131). Sum of RGB (Red+Green+Blue) = 189+195+131=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC383 is #423C7C. Grayscale: #BABABA. Windows color (decimal): -4340861 or 8635325. OLE color: 8635325.

HSL color Cylindrical-coordinate representation of color #BDC383: hue angle of 65.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC383 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB189195131-
CMYK0.0300.330.24
HSL65.62º34.78%63.92%-
HSV(B)65.62º32.82%76.47%-
XYZ44.651.4929.06-
YUV185.9197.01130.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=36.70%
G=37.86%
B=25.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951310.0300.330.2465.6234.7863.92
HexBDC383302118422340
Octal27530320330413010243100
Binary1011110111000011100000111101000011100010000101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC383; }

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

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

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

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

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

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

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

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