#92CB4C

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

Shades of Atlantis #92CB4C

Tints of Atlantis #92CB4C

Color information

#92CB4C (or 0x92CB4C) is unknown color: approx Atlantis. HEX triplet: 92, CB and 4C. RGB value is (146,203,76). Sum of RGB (Red+Green+Blue) = 146+203+76=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CB4C is #6D34B3. Grayscale: #ABABAB. Windows color (decimal): -7156916 or 5032850. OLE color: 5032850.

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

Color convert

RGB14620376-
CMYK0.2800.630.20
HSL86.93º54.98%54.71%-
HSV(B)86.93º62.56%79.61%-
XYZ34.5149.3414.54-
YUV171.4874.12109.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 203 (79.69% from 255) = 47.76%
BLUE value IS 76 (30.08% from 255) = 17.88%
R=34.35%
G=47.76%
B=17.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146203760.2800.630.2086.9354.9854.71
Hex92CB4C1C03F14573737
Octal22231311434077241276767
Binary10010010110010111001100111000111111101001010111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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