#BEDD84

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

Shades of Sulu #BEDD84

Tints of Sulu #BEDD84

Color information

#BEDD84 (or 0xBEDD84) is unknown color: approx Sulu. HEX triplet: BE, DD and 84. RGB value is (190,221,132). Sum of RGB (Red+Green+Blue) = 190+221+132=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD84 is #41227B. Grayscale: #C9C9C9. Windows color (decimal): -4268668 or 8707518. OLE color: 8707518.

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

Color convert

RGB190221132-
CMYK0.1400.400.13
HSL80.9º56.69%69.22%-
HSV(B)80.9º40.27%86.67%-
XYZ51.2664.3331.54-
YUV201.5888.73119.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 132 (51.95% from 255) = 24.31%
R=34.99%
G=40.70%
B=24.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211320.1400.400.1380.956.6969.22
HexBEDD84E028D513945
Octal276335204160501512171105
Binary10111110110111011000010011100101000110110100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD84; }

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

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

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

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

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

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

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

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