Html Css Color HEX #98BA46 Atlantis

📋 copy color: '#98BA46'

red 152 ◦ green 186 ◦ blue 70

#98BA46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #98BA46

Tints of Atlantis #98BA46

RGB

 RED value IS 152 (59.77% from 255) = 37.25%

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 37.25%
G = 45.59%
B = 17.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#98BA46 (or 0x98BA46) is known color: Atlantis. HEX triplet: 98, BA and 46. RGB value is (152,186,70). Sum of RGB (Red+Green+Blue) = 152+186+70=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA46 is #6745B9. Grayscale: #A3A3A3. Windows color (decimal): -6768058 or 4635288. OLE color: 4635288.

HSL color Cylindrical-coordinate representation of color #98BA46: hue angle of 77.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98BA46 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 186 70 -
CMYK 0.18 0 0.62 0.27
HSL 77.59º 0.46% 0.5% -
HSV(B) 77.59º 0.62% 0.73% -
XYZ 31.61 42.24 12.28 -
YUV 162.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 152 186 70 0.18 0 0.62 0.27 77.59 0.46 0.5
Hex 98 BA 46 12 0 3E 1B 4E 2E 32
Octal 230 272 106 22 0 76 33 116 56 62
Binary 10011000 10111010 1000110 10010 0 111110 11011 1001110 101110 110010

Color Harmonies of #98BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA46

Black with #98BA46

Text Example


Text Example

White with #98BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98BA46; }

 p { color: rgb(152,186,70); }

 H1.HeaderClassName
 {
   color: #98BA46;
 }
 .AnyTagClassName
 {
   color: #98BA46;
 }
</style>

background-color css

<style>
 a { background-color: #98BA46; }

 a { background-color: rgb(152,186,70); }

 div.DivClassName
 {
   background-color: #98BA46;
 }
 .BgClassName
 {
   background-color: #98BA46;
 }
</style>

border-color css

<style>
 span { border-color: #98BA46; }

 span { border-color: rgb(152,186,70); }

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