#BEDE72

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

Shades of Sulu #BEDE72

Tints of Sulu #BEDE72

Color information

#BEDE72 (or 0xBEDE72) is unknown color: approx Sulu. HEX triplet: BE, DE and 72. RGB value is (190,222,114). Sum of RGB (Red+Green+Blue) = 190+222+114=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE72 is #41218D. Grayscale: #C8C8C8. Windows color (decimal): -4268430 or 7528126. OLE color: 7528126.

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

Color convert

RGB190222114-
CMYK0.1400.490.13
HSL77.78º62.07%65.88%-
HSV(B)77.78º48.65%87.06%-
XYZ50.3964.425.69-
YUV200.1279.4120.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=36.12%
G=42.21%
B=21.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221140.1400.490.1377.7862.0765.88
HexBEDE72E031D4e3e42
Octal276336162160611511676102
Binary1011111011011110111001011100110001110110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE72; }

 p { color: rgb(190,222,114); }

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

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

 a { background-color: rgb(190,222,114); }

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

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

 span { border-color: rgb(190,222,114); }

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