Html Css Color HEX #98B84A Atlantis

📋 copy color: '#98B84A'

red 152 ◦ green 184 ◦ blue 74

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

Shades of Atlantis #98B84A

Tints of Atlantis #98B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 37.07%
G = 44.88%
B = 18.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#98B84A (or 0x98B84A) is known color: Atlantis. HEX triplet: 98, B8 and 4A. RGB value is (152,184,74). Sum of RGB (Red+Green+Blue) = 152+184+74=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #98B84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B84A is #6747B5. Grayscale: #A2A2A2. Windows color (decimal): -6768566 or 4896920. OLE color: 4896920.

HSL color Cylindrical-coordinate representation of color #98B84A: hue angle of 77.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98B84A is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 184 74 -
CMYK 0.17 0 0.60 0.28
HSL 77.45º 0.44% 0.51% -
HSV(B) 77.45º 0.6% 0.72% -
XYZ 31.33 41.45 12.83 -
YUV 161.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 152 184 74 0.17 0 0.60 0.28 77.45 0.44 0.51
Hex 98 B8 4A 11 0 3C 1C 4D 2C 33
Octal 230 270 112 21 0 74 34 115 54 63
Binary 10011000 10111000 1001010 10001 0 111100 11100 1001101 101100 110011

Color Harmonies of #98B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B84A

Black with #98B84A

Text Example


Text Example

White with #98B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,184,74); }

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

background-color css

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

 a { background-color: rgb(152,184,74); }

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

border-color css

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

 span { border-color: rgb(152,184,74); }

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