#BEDF92

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

Shades of Sulu #BEDF92

Tints of Sulu #BEDF92

Color information

#BEDF92 (or 0xBEDF92) is unknown color: approx Sulu. HEX triplet: BE, DF and 92. RGB value is (190,223,146). Sum of RGB (Red+Green+Blue) = 190+223+146=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF92 is #41206D. Grayscale: #CCCCCC. Windows color (decimal): -4268142 or 9625534. OLE color: 9625534.

HSL color Cylindrical-coordinate representation of color #BEDF92: hue angle of 85.71º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEDF92 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB190223146-
CMYK0.1500.350.13
HSL85.71º54.61%72.35%-
HSV(B)85.71º34.53%87.45%-
XYZ52.8165.837.11-
YUV204.3695.07117.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=33.99%
G=39.89%
B=26.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231460.1500.350.1385.7154.6172.35
HexBEDF92F023D563748
Octal276337222170431512667110
Binary10111110110111111001001011110100011110110101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF92; }

 p { color: rgb(190,223,146); }

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

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

 a { background-color: rgb(190,223,146); }

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

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

 span { border-color: rgb(190,223,146); }

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