#BDE17A

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

Shades of Sulu #BDE17A

Tints of Sulu #BDE17A

Color information

#BDE17A (or 0xBDE17A) is unknown color: approx Sulu. HEX triplet: BD, E1 and 7A. RGB value is (189,225,122). Sum of RGB (Red+Green+Blue) = 189+225+122=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE17A is #421E85. Grayscale: #CACACA. Windows color (decimal): -4333190 or 8053181. OLE color: 8053181.

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

Color convert

RGB189225122-
CMYK0.1600.460.12
HSL80.97º63.19%68.04%-
HSV(B)80.97º45.78%88.24%-
XYZ51.4266.0728.46-
YUV202.4982.57118.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 225 (88.28% from 255) = 41.98%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=35.26%
G=41.98%
B=22.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251220.1600.460.1280.9763.1968.04
HexBDE17A1002EC513f44
Octal275341172200561412177104
Binary10111101111000011111010100000101110110010100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE17A; }

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

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

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

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

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

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

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

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