#BDE170

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

Shades of Sulu #BDE170

Tints of Sulu #BDE170

Color information

#BDE170 (or 0xBDE170) is unknown color: approx Sulu. HEX triplet: BD, E1 and 70. RGB value is (189,225,112). Sum of RGB (Red+Green+Blue) = 189+225+112=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE170 is #421E8F. Grayscale: #C9C9C9. Windows color (decimal): -4333200 or 7397821. OLE color: 7397821.

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

Color convert

RGB189225112-
CMYK0.1600.500.12
HSL79.12º65.32%66.08%-
HSV(B)79.12º50.22%88.24%-
XYZ50.8465.8425.36-
YUV201.3577.57119.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 225 (88.28% from 255) = 42.78%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=35.93%
G=42.78%
B=21.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251120.1600.500.1279.1265.3266.08
HexBDE17010032C4f4142
Octal2753411602006214117101102
Binary101111011110000111100001000001100101100100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE170; }

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

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

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

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

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

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

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

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