#BDD785

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

Shades of Sulu #BDD785

Tints of Sulu #BDD785

Color information

#BDD785 (or 0xBDD785) is unknown color: approx Sulu. HEX triplet: BD, D7 and 85. RGB value is (189,215,133). Sum of RGB (Red+Green+Blue) = 189+215+133=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD785 is #42287A. Grayscale: #C6C6C6. Windows color (decimal): -4335739 or 8771517. OLE color: 8771517.

HSL color Cylindrical-coordinate representation of color #BDD785: hue angle of 79.02º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD785 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB189215133-
CMYK0.1200.380.16
HSL79.02º50.62%68.24%-
HSV(B)79.02º38.14%84.31%-
XYZ49.5261.1131.38-
YUV197.8891.39121.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=35.20%
G=40.04%
B=24.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151330.1200.380.1679.0250.6268.24
HexBDD785C026104f3344
Octal275327205140462011763104
Binary101111011101011110000101110001001101000010011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD785; }

 p { color: rgb(189,215,133); }

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

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

 a { background-color: rgb(189,215,133); }

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

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

 span { border-color: rgb(189,215,133); }

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