#92C547

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

Shades of Atlantis #92C547

Tints of Atlantis #92C547

Color information

#92C547 (or 0x92C547) is unknown color: approx Atlantis. HEX triplet: 92, C5 and 47. RGB value is (146,197,71). Sum of RGB (Red+Green+Blue) = 146+197+71=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #92C547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C547 is #6D3AB8. Grayscale: #A7A7A7. Windows color (decimal): -7158457 or 4703634. OLE color: 4703634.

HSL color Cylindrical-coordinate representation of color #92C547: hue angle of 84.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92C547 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB14619771-
CMYK0.2600.640.23
HSL84.29º52.07%52.55%-
HSV(B)84.29º63.96%77.25%-
XYZ32.9646.513.2-
YUV167.3973.6112.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 197 (77.34% from 255) = 47.58%
BLUE value IS 71 (28.12% from 255) = 17.15%
R=35.27%
G=47.58%
B=17.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal146197710.2600.640.2384.2952.0752.55
Hex92C5471A04017543435
Octal222305107320100271246465
Binary100100101100010110001111101001000000101111010100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92C547; }

 p { color: rgb(146,197,71); }

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

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

 a { background-color: rgb(146,197,71); }

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

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

 span { border-color: rgb(146,197,71); }

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