#BDE16D

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

Shades of Sulu #BDE16D

Tints of Sulu #BDE16D

Color information

#BDE16D (or 0xBDE16D) is unknown color: approx Sulu. HEX triplet: BD, E1 and 6D. RGB value is (189,225,109). Sum of RGB (Red+Green+Blue) = 189+225+109=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE16D is #421E92. Grayscale: #C9C9C9. Windows color (decimal): -4333203 or 7201213. OLE color: 7201213.

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

Color convert

RGB189225109-
CMYK0.1600.520.12
HSL78.62º65.91%65.49%-
HSV(B)78.62º51.56%88.24%-
XYZ50.6765.7724.49-
YUV201.0176.07119.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=36.14%
G=43.02%
B=20.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251090.1600.520.1278.6265.9165.49
HexBDE16D10034C4f4241
Octal2753411552006414117102101
Binary101111011110000111011011000001101001100100111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE16D; }

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

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

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

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

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

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

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

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