#BDE171

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

Shades of Sulu #BDE171

Tints of Sulu #BDE171

Color information

#BDE171 (or 0xBDE171) is unknown color: approx Sulu. HEX triplet: BD, E1 and 71. RGB value is (189,225,113). Sum of RGB (Red+Green+Blue) = 189+225+113=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE171 is #421E8E. Grayscale: #C9C9C9. Windows color (decimal): -4333199 or 7463357. OLE color: 7463357.

HSL color Cylindrical-coordinate representation of color #BDE171: hue angle of 79.29º 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 #BDE171 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB189225113-
CMYK0.1600.500.12
HSL79.29º65.12%66.27%-
HSV(B)79.29º49.78%88.24%-
XYZ50.8965.8625.65-
YUV201.4778.07119.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 225 (88.28% from 255) = 42.69%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=35.86%
G=42.69%
B=21.44%

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
Decimal1892251130.1600.500.1279.2965.1266.27
HexBDE17110032C4f4142
Octal2753411612006214117101102
Binary101111011110000111100011000001100101100100111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE171; }

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

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

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

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

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

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

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

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