#BDE177

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

Shades of Sulu #BDE177

Tints of Sulu #BDE177

Color information

#BDE177 (or 0xBDE177) is unknown color: approx Sulu. HEX triplet: BD, E1 and 77. RGB value is (189,225,119). Sum of RGB (Red+Green+Blue) = 189+225+119=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE177 is #421E88. Grayscale: #CACACA. Windows color (decimal): -4333193 or 7856573. OLE color: 7856573.

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

Color convert

RGB189225119-
CMYK0.1600.470.12
HSL80.38º63.86%67.45%-
HSV(B)80.38º47.11%88.24%-
XYZ51.246627.49-
YUV202.1581.07118.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 119 (46.88% from 255) = 22.33%
R=35.46%
G=42.21%
B=22.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251190.1600.470.1280.3863.8667.45
HexBDE1771002FC504043
Octal2753411672005714120100103
Binary101111011110000111101111000001011111100101000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE177; }

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

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

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

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

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

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

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

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