#BEDE73

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

Shades of Sulu #BEDE73

Tints of Sulu #BEDE73

Color information

#BEDE73 (or 0xBEDE73) is unknown color: approx Sulu. HEX triplet: BE, DE and 73. RGB value is (190,222,115). Sum of RGB (Red+Green+Blue) = 190+222+115=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE73 is #41218C. Grayscale: #C8C8C8. Windows color (decimal): -4268429 or 7593662. OLE color: 7593662.

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

Color convert

RGB190222115-
CMYK0.1400.480.13
HSL77.94º61.85%66.08%-
HSV(B)77.94º48.2%87.06%-
XYZ50.4564.4326-
YUV200.2379.9120.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 115 (45.31% from 255) = 21.82%
R=36.05%
G=42.13%
B=21.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221150.1400.480.1377.9461.8566.08
HexBEDE73E030D4e3e42
Octal276336163160601511676102
Binary1011111011011110111001111100110000110110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE73; }

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

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

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

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

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

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

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

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