#BEDB88

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

Shades of Sulu #BEDB88

Tints of Sulu #BEDB88

Color information

#BEDB88 (or 0xBEDB88) is unknown color: approx Sulu. HEX triplet: BE, DB and 88. RGB value is (190,219,136). Sum of RGB (Red+Green+Blue) = 190+219+136=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB88 is #412477. Grayscale: #C9C9C9. Windows color (decimal): -4269176 or 8969150. OLE color: 8969150.

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

Color convert

RGB190219136-
CMYK0.1300.380.14
HSL80.96º53.55%69.61%-
HSV(B)80.96º37.9%85.88%-
XYZ51.0163.3932.84-
YUV200.8791.39120.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=34.86%
G=40.18%
B=24.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191360.1300.380.1480.9653.5569.61
HexBEDB88D026E513646
Octal276333210150461612166106
Binary10111110110110111000100011010100110111010100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB88; }

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

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

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

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

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

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

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

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