#92BF42

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

Shades of Atlantis #92BF42

Tints of Atlantis #92BF42

Color information

#92BF42 (or 0x92BF42) is unknown color: approx Atlantis. HEX triplet: 92, BF and 42. RGB value is (146,191,66). Sum of RGB (Red+Green+Blue) = 146+191+66=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BF42 is #6D40BD. Grayscale: #A3A3A3. Windows color (decimal): -7159998 or 4374418. OLE color: 4374418.

HSL color Cylindrical-coordinate representation of color #92BF42: hue angle of 81.6º 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 #92BF42 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB14619166-
CMYK0.2400.650.25
HSL81.6º49.41%50.39%-
HSV(B)81.6º65.45%74.9%-
XYZ31.4743.7711.94-
YUV163.2973.09115.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 66 (26.17% from 255) = 16.38%
R=36.23%
G=47.39%
B=16.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146191660.2400.650.2581.649.4150.39
Hex92BF421804119523132
Octal222277102300101311226162
Binary100100101011111110000101100001000001110011010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,191,66); }

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

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

 a { background-color: rgb(146,191,66); }

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

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

 span { border-color: rgb(146,191,66); }

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