#BDE48A

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

Shades of Sulu #BDE48A

Tints of Sulu #BDE48A

Color information

#BDE48A (or 0xBDE48A) is unknown color: approx Sulu. HEX triplet: BD, E4 and 8A. RGB value is (189,228,138). Sum of RGB (Red+Green+Blue) = 189+228+138=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE48A is #421B75. Grayscale: #CECECE. Windows color (decimal): -4332406 or 9102525. OLE color: 9102525.

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

Color convert

RGB189228138-
CMYK0.1700.390.11
HSL86º62.5%71.76%-
HSV(B)86º39.47%89.41%-
XYZ53.3268.1434.39-
YUV206.0889.58115.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=34.05%
G=41.08%
B=24.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281380.1700.390.118662.571.76
HexBDE48A11027B563e48
Octal275344212210471312676110
Binary101111011110010010001010100010100111101110101101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE48A; }

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

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

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

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

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

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

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

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