#BDE46A

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

Shades of Sulu #BDE46A

Tints of Sulu #BDE46A

Color information

#BDE46A (or 0xBDE46A) is unknown color: approx Sulu. HEX triplet: BD, E4 and 6A. RGB value is (189,228,106). Sum of RGB (Red+Green+Blue) = 189+228+106=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE46A is #421B95. Grayscale: #CACACA. Windows color (decimal): -4332438 or 7005373. OLE color: 7005373.

HSL color Cylindrical-coordinate representation of color #BDE46A: hue angle of 79.18º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDE46A is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB189228106-
CMYK0.1700.540.11
HSL79.18º69.32%65.49%-
HSV(B)79.18º53.51%89.41%-
XYZ51.3367.3523.93-
YUV202.4373.58118.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 228 (89.45% from 255) = 43.59%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=36.14%
G=43.59%
B=20.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281060.1700.540.1179.1869.3265.49
HexBDE46A11036B4f4541
Octal2753441522106613117105101
Binary101111011110010011010101000101101101011100111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE46A; }

 p { color: rgb(189,228,106); }

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

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

 a { background-color: rgb(189,228,106); }

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

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

 span { border-color: rgb(189,228,106); }

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