#BDE18C

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

Shades of Sulu #BDE18C

Tints of Sulu #BDE18C

Color information

#BDE18C (or 0xBDE18C) is unknown color: approx Sulu. HEX triplet: BD, E1 and 8C. RGB value is (189,225,140). Sum of RGB (Red+Green+Blue) = 189+225+140=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE18C is #421E73. Grayscale: #CCCCCC. Windows color (decimal): -4333172 or 9232829. OLE color: 9232829.

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

Color convert

RGB189225140-
CMYK0.1600.380.12
HSL85.41º58.62%71.57%-
HSV(B)85.41º37.78%88.24%-
XYZ52.6566.5634.88-
YUV204.5591.57116.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 225 (88.28% from 255) = 40.61%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=34.12%
G=40.61%
B=25.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251400.1600.380.1285.4158.6271.57
HexBDE18C10026C553b48
Octal275341214200461412573110
Binary101111011110000110001100100000100110110010101011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE18C; }

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

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

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

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

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

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

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

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