#BDEC76

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

Shades of Sulu #BDEC76

Tints of Sulu #BDEC76

Color information

#BDEC76 (or 0xBDEC76) is unknown color: approx Sulu. HEX triplet: BD, EC and 76. RGB value is (189,236,118). Sum of RGB (Red+Green+Blue) = 189+236+118=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC76 is #421389. Grayscale: #D0D0D0. Windows color (decimal): -4330378 or 7793853. OLE color: 7793853.

HSL color Cylindrical-coordinate representation of color #BDEC76: hue angle of 83.9º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDEC76 is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB189236118-
CMYK0.2000.50.07
HSL83.9º75.64%69.41%-
HSV(B)83.9º50%92.55%-
XYZ54.2572.1228.2-
YUV208.4976.93114.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 118 (46.48% from 255) = 21.73%
R=34.81%
G=43.46%
B=21.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361180.2000.50.0783.975.6469.41
HexBDEC76140327544c45
Octal275354166240627124114105
Binary10111101111011001110110101000110010111101010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEC76; }

 p { color: rgb(189,236,118); }

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

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

 a { background-color: rgb(189,236,118); }

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

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

 span { border-color: rgb(189,236,118); }

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