#92C748

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

Shades of Atlantis #92C748

Tints of Atlantis #92C748

Color information

#92C748 (or 0x92C748) is unknown color: approx Atlantis. HEX triplet: 92, C7 and 48. RGB value is (146,199,72). Sum of RGB (Red+Green+Blue) = 146+199+72=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #92C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C748 is #6D38B7. Grayscale: #A9A9A9. Windows color (decimal): -7157944 or 4769682. OLE color: 4769682.

HSL color Cylindrical-coordinate representation of color #92C748: hue angle of 85.04º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92C748 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB14619972-
CMYK0.2700.640.22
HSL85.04º53.14%53.14%-
HSV(B)85.04º63.82%78.04%-
XYZ33.4547.4313.52-
YUV168.6873.44111.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 199 (78.12% from 255) = 47.72%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=35.01%
G=47.72%
B=17.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146199720.2700.640.2285.0453.1453.14
Hex92C7481B04016553535
Octal222307110330100261256565
Binary100100101100011110010001101101000000101101010101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,199,72); }

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

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

 a { background-color: rgb(146,199,72); }

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

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

 span { border-color: rgb(146,199,72); }

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