#BDE190

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

Shades of Sulu #BDE190

Tints of Sulu #BDE190

Color information

#BDE190 (or 0xBDE190) is unknown color: approx Sulu. HEX triplet: BD, E1 and 90. RGB value is (189,225,144). Sum of RGB (Red+Green+Blue) = 189+225+144=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE190 is #421E6F. Grayscale: #CDCDCD. Windows color (decimal): -4333168 or 9494973. OLE color: 9494973.

HSL color Cylindrical-coordinate representation of color #BDE190: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDE190 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB189225144-
CMYK0.1600.360.12
HSL86.67º57.45%72.35%-
HSV(B)86.67º36%88.24%-
XYZ52.9566.6836.47-
YUV20593.57116.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 225 (88.28% from 255) = 40.32%
BLUE value IS 144 (56.64% from 255) = 25.81%
R=33.87%
G=40.32%
B=25.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251440.1600.360.1286.6757.4572.35
HexBDE19010024C573948
Octal275341220200441412771110
Binary101111011110000110010000100000100100110010101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE190; }

 p { color: rgb(189,225,144); }

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

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

 a { background-color: rgb(189,225,144); }

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

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

 span { border-color: rgb(189,225,144); }

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