#BEDB82

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

Shades of Sulu #BEDB82

Tints of Sulu #BEDB82

Color information

#BEDB82 (or 0xBEDB82) is unknown color: approx Sulu. HEX triplet: BE, DB and 82. RGB value is (190,219,130). Sum of RGB (Red+Green+Blue) = 190+219+130=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB82 is #41247D. Grayscale: #C8C8C8. Windows color (decimal): -4269182 or 8575934. OLE color: 8575934.

HSL color Cylindrical-coordinate representation of color #BEDB82: hue angle of 79.55º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEDB82 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB190219130-
CMYK0.1300.410.14
HSL79.55º55.28%68.43%-
HSV(B)79.55º40.64%85.88%-
XYZ50.663.2230.66-
YUV200.1888.39120.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=35.25%
G=40.63%
B=24.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191300.1300.410.1479.5555.2868.43
HexBEDB82D029E503744
Octal276333202150511612067104
Binary10111110110110111000001011010101001111010100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB82; }

 p { color: rgb(190,219,130); }

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

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

 a { background-color: rgb(190,219,130); }

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

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

 span { border-color: rgb(190,219,130); }

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