#BDE985

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

Shades of Sulu #BDE985

Tints of Sulu #BDE985

Color information

#BDE985 (or 0xBDE985) is unknown color: approx Sulu. HEX triplet: BD, E9 and 85. RGB value is (189,233,133). Sum of RGB (Red+Green+Blue) = 189+233+133=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE985 is #42167A. Grayscale: #D0D0D0. Windows color (decimal): -4331131 or 8776125. OLE color: 8776125.

HSL color Cylindrical-coordinate representation of color #BDE985: hue angle of 86.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDE985 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB189233133-
CMYK0.1900.430.09
HSL86.4º69.44%71.76%-
HSV(B)86.4º42.92%91.37%-
XYZ54.3670.7932.99-
YUV208.4485.42114.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 233 (91.41% from 255) = 41.98%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=34.05%
G=41.98%
B=23.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331330.1900.430.0986.469.4471.76
HexBDE9851302B9564548
Octal2753512052305311126105110
Binary1011110111101001100001011001101010111001101011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE985; }

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

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

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

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

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

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

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

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