#BEDE76

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

Shades of Sulu #BEDE76

Tints of Sulu #BEDE76

Color information

#BEDE76 (or 0xBEDE76) is unknown color: approx Sulu. HEX triplet: BE, DE and 76. RGB value is (190,222,118). Sum of RGB (Red+Green+Blue) = 190+222+118=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE76 is #412189. Grayscale: #C8C8C8. Windows color (decimal): -4268426 or 7790270. OLE color: 7790270.

HSL color Cylindrical-coordinate representation of color #BEDE76: hue angle of 78.46º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEDE76 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB190222118-
CMYK0.1400.470.13
HSL78.46º61.18%66.67%-
HSV(B)78.46º46.85%87.06%-
XYZ50.6364.526.92-
YUV200.5881.4120.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 222 (87.11% from 255) = 41.89%
BLUE value IS 118 (46.48% from 255) = 22.26%
R=35.85%
G=41.89%
B=22.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221180.1400.470.1378.4661.1866.67
HexBEDE76E02FD4e3d43
Octal276336166160571511675103
Binary1011111011011110111011011100101111110110011101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE76; }

 p { color: rgb(190,222,118); }

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

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

 a { background-color: rgb(190,222,118); }

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

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

 span { border-color: rgb(190,222,118); }

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