#92BE43

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

Shades of Atlantis #92BE43

Tints of Atlantis #92BE43

Color information

#92BE43 (or 0x92BE43) is unknown color: approx Atlantis. HEX triplet: 92, BE and 43. RGB value is (146,190,67). Sum of RGB (Red+Green+Blue) = 146+190+67=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BE43 is #6D41BC. Grayscale: #A3A3A3. Windows color (decimal): -7160253 or 4439698. OLE color: 4439698.

HSL color Cylindrical-coordinate representation of color #92BE43: hue angle of 81.46º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92BE43 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB14619067-
CMYK0.2300.650.25
HSL81.46º48.62%50.39%-
HSV(B)81.46º64.74%74.51%-
XYZ31.2843.3412.03-
YUV162.8273.92116-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 67 (26.56% from 255) = 16.63%
R=36.23%
G=47.15%
B=16.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146190670.2300.650.2581.4648.6250.39
Hex92BE431704119513132
Octal222276103270101311216162
Binary100100101011111010000111011101000001110011010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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