#BED88B

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

Shades of Sulu #BED88B

Tints of Sulu #BED88B

Color information

#BED88B (or 0xBED88B) is unknown color: approx Sulu. HEX triplet: BE, D8 and 8B. RGB value is (190,216,139). Sum of RGB (Red+Green+Blue) = 190+216+139=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #BED88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED88B is #412774. Grayscale: #C7C7C7. Windows color (decimal): -4269941 or 9164990. OLE color: 9164990.

HSL color Cylindrical-coordinate representation of color #BED88B: hue angle of 80.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED88B is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB190216139-
CMYK0.1200.360.15
HSL80.26º49.68%69.61%-
HSV(B)80.26º35.65%84.71%-
XYZ50.4561.9233.72-
YUV199.4593.89121.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=34.86%
G=39.63%
B=25.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902161390.1200.360.1580.2649.6869.61
HexBED88BC024F503246
Octal276330213140441712062106
Binary10111110110110001000101111000100100111110100001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED88B; }

 p { color: rgb(190,216,139); }

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

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

 a { background-color: rgb(190,216,139); }

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

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

 span { border-color: rgb(190,216,139); }

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