#BEDE74

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

Shades of Sulu #BEDE74

Tints of Sulu #BEDE74

Color information

#BEDE74 (or 0xBEDE74) is unknown color: approx Sulu. HEX triplet: BE, DE and 74. RGB value is (190,222,116). Sum of RGB (Red+Green+Blue) = 190+222+116=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE74 is #41218B. Grayscale: #C8C8C8. Windows color (decimal): -4268428 or 7659198. OLE color: 7659198.

HSL color Cylindrical-coordinate representation of color #BEDE74: hue angle of 78.11º 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 #BEDE74 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB190222116-
CMYK0.1400.480.13
HSL78.11º61.63%66.27%-
HSV(B)78.11º47.75%87.06%-
XYZ50.5164.4526.3-
YUV200.3580.4120.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 116 (45.70% from 255) = 21.97%
R=35.98%
G=42.05%
B=21.97%

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
Decimal1902221160.1400.480.1378.1161.6366.27
HexBEDE74E030D4e3e42
Octal276336164160601511676102
Binary1011111011011110111010011100110000110110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE74; }

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

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

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

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

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

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

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

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