#BEED92

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

Shades of Sulu #BEED92

Tints of Sulu #BEED92

Color information

#BEED92 (or 0xBEED92) is unknown color: approx Sulu. HEX triplet: BE, ED and 92. RGB value is (190,237,146). Sum of RGB (Red+Green+Blue) = 190+237+146=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEED92 is #41126D. Grayscale: #D4D4D4. Windows color (decimal): -4264558 or 9629118. OLE color: 9629118.

HSL color Cylindrical-coordinate representation of color #BEED92: hue angle of 90.99º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEED92 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB190237146-
CMYK0.2000.380.07
HSL90.99º71.65%75.1%-
HSV(B)90.99º38.4%92.94%-
XYZ56.7173.5938.41-
YUV212.5790.43111.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=33.16%
G=41.36%
B=25.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902371460.2000.380.0790.9971.6575.1
HexBEED921402675b484b
Octal276355222240467133110113
Binary101111101110110110010010101000100110111101101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEED92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEED92; }

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

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

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

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

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

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

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

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