#BDE18A

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

Shades of Sulu #BDE18A

Tints of Sulu #BDE18A

Color information

#BDE18A (or 0xBDE18A) is unknown color: approx Sulu. HEX triplet: BD, E1 and 8A. RGB value is (189,225,138). Sum of RGB (Red+Green+Blue) = 189+225+138=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE18A is #421E75. Grayscale: #CCCCCC. Windows color (decimal): -4333174 or 9101757. OLE color: 9101757.

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

Color convert

RGB189225138-
CMYK0.1600.390.12
HSL84.83º59.18%71.18%-
HSV(B)84.83º38.67%88.24%-
XYZ52.566.534.11-
YUV204.3290.57117.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 138 (54.30% from 255) = 25%
R=34.24%
G=40.76%
B=25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251380.1600.390.1284.8359.1871.18
HexBDE18A10027C553b47
Octal275341212200471412573107
Binary101111011110000110001010100000100111110010101011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE18A; }

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

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

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

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

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

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

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

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