#BEDD83

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

Shades of Sulu #BEDD83

Tints of Sulu #BEDD83

Color information

#BEDD83 (or 0xBEDD83) is unknown color: approx Sulu. HEX triplet: BE, DD and 83. RGB value is (190,221,131). Sum of RGB (Red+Green+Blue) = 190+221+131=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD83 is #41227C. Grayscale: #C9C9C9. Windows color (decimal): -4268669 or 8641982. OLE color: 8641982.

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

Color convert

RGB190221131-
CMYK0.1400.410.13
HSL80.67º56.96%69.02%-
HSV(B)80.67º40.72%86.67%-
XYZ51.1964.331.19-
YUV201.4788.23119.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 131 (51.56% from 255) = 24.17%
R=35.06%
G=40.77%
B=24.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211310.1400.410.1380.6756.9669.02
HexBEDD83E029D513945
Octal276335203160511512171105
Binary10111110110111011000001111100101001110110100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD83; }

 p { color: rgb(190,221,131); }

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

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

 a { background-color: rgb(190,221,131); }

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

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

 span { border-color: rgb(190,221,131); }

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