#BEDA70

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

Shades of Sulu #BEDA70

Tints of Sulu #BEDA70

Color information

#BEDA70 (or 0xBEDA70) is unknown color: approx Sulu. HEX triplet: BE, DA and 70. RGB value is (190,218,112). Sum of RGB (Red+Green+Blue) = 190+218+112=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA70 is #41258F. Grayscale: #C5C5C5. Windows color (decimal): -4269456 or 7396030. OLE color: 7396030.

HSL color Cylindrical-coordinate representation of color #BEDA70: hue angle of 75.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEDA70 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB190218112-
CMYK0.1300.490.15
HSL75.85º58.89%64.71%-
HSV(B)75.85º48.62%85.49%-
XYZ49.2362.2624.75-
YUV197.5479.72122.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=36.54%
G=41.92%
B=21.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181120.1300.490.1575.8558.8964.71
HexBEDA70D031F4c3b41
Octal276332160150611711473101
Binary1011111011011010111000011010110001111110011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA70; }

 p { color: rgb(190,218,112); }

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

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

 a { background-color: rgb(190,218,112); }

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

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

 span { border-color: rgb(190,218,112); }

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