#BEDC77

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

Shades of Sulu #BEDC77

Tints of Sulu #BEDC77

Color information

#BEDC77 (or 0xBEDC77) is unknown color: approx Sulu. HEX triplet: BE, DC and 77. RGB value is (190,220,119). Sum of RGB (Red+Green+Blue) = 190+220+119=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC77 is #412388. Grayscale: #C7C7C7. Windows color (decimal): -4268937 or 7855294. OLE color: 7855294.

HSL color Cylindrical-coordinate representation of color #BEDC77: hue angle of 77.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEDC77 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB190220119-
CMYK0.1400.460.14
HSL77.82º59.06%66.47%-
HSV(B)77.82º45.91%86.27%-
XYZ50.1663.4727.06-
YUV199.5282.56121.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 119 (46.88% from 255) = 22.50%
R=35.92%
G=41.59%
B=22.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902201190.1400.460.1477.8259.0666.47
HexBEDC77E02EE4e3b42
Octal276334167160561611673102
Binary1011111011011100111011111100101110111010011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC77; }

 p { color: rgb(190,220,119); }

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

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

 a { background-color: rgb(190,220,119); }

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

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

 span { border-color: rgb(190,220,119); }

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