#92CB4A

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

Shades of Atlantis #92CB4A

Tints of Atlantis #92CB4A

Color information

#92CB4A (or 0x92CB4A) is unknown color: approx Atlantis. HEX triplet: 92, CB and 4A. RGB value is (146,203,74). Sum of RGB (Red+Green+Blue) = 146+203+74=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CB4A is #6D34B5. Grayscale: #ABABAB. Windows color (decimal): -7156918 or 4901778. OLE color: 4901778.

HSL color Cylindrical-coordinate representation of color #92CB4A: hue angle of 86.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92CB4A is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB14620374-
CMYK0.2800.640.20
HSL86.51º55.36%54.31%-
HSV(B)86.51º63.55%79.61%-
XYZ34.4549.3214.18-
YUV171.2573.12109.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 203 (79.69% from 255) = 47.99%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=34.52%
G=47.99%
B=17.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146203740.2800.640.2086.5155.3654.31
Hex92CB4A1C04014573736
Octal222313112340100241276766
Binary100100101100101110010101110001000000101001010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,203,74); }

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

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

 a { background-color: rgb(146,203,74); }

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

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

 span { border-color: rgb(146,203,74); }

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