#BDD777

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

Shades of Sulu #BDD777

Tints of Sulu #BDD777

Color information

#BDD777 (or 0xBDD777) is unknown color: approx Sulu. HEX triplet: BD, D7 and 77. RGB value is (189,215,119). Sum of RGB (Red+Green+Blue) = 189+215+119=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD777 is #422888. Grayscale: #C4C4C4. Windows color (decimal): -4335753 or 7854013. OLE color: 7854013.

HSL color Cylindrical-coordinate representation of color #BDD777: hue angle of 76.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD777 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB189215119-
CMYK0.1200.450.16
HSL76.25º54.55%65.49%-
HSV(B)76.25º44.65%84.31%-
XYZ48.6260.7526.62-
YUV196.2884.39122.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 119 (46.88% from 255) = 22.75%
R=36.14%
G=41.11%
B=22.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151190.1200.450.1676.2554.5565.49
HexBDD777C02D104c3741
Octal275327167140552011467101
Binary10111101110101111110111110001011011000010011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD777; }

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

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

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

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

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

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

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

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