Html Css Color HEX #98BC49 Atlantis

📋 copy color: '#98BC49'

red 152 ◦ green 188 ◦ blue 73

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

Shades of Atlantis #98BC49

Tints of Atlantis #98BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 36.8%
G = 45.52%
B = 17.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#98BC49 (or 0x98BC49) is known color: Atlantis. HEX triplet: 98, BC and 49. RGB value is (152,188,73). Sum of RGB (Red+Green+Blue) = 152+188+73=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BC49 is #6743B6. Grayscale: #A4A4A4. Windows color (decimal): -6767543 or 4832408. OLE color: 4832408.

HSL color Cylindrical-coordinate representation of color #98BC49: hue angle of 78.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98BC49 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 188 73 -
CMYK 0.19 0 0.61 0.26
HSL 78.78º 0.46% 0.51% -
HSV(B) 78.78º 0.61% 0.74% -
XYZ 32.13 43.12 12.93 -
YUV 164.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 152 188 73 0.19 0 0.61 0.26 78.78 0.46 0.51
Hex 98 BC 49 13 0 3D 1A 4F 2E 33
Octal 230 274 111 23 0 75 32 117 56 63
Binary 10011000 10111100 1001001 10011 0 111101 11010 1001111 101110 110011

Color Harmonies of #98BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC49

Black with #98BC49

Text Example


Text Example

White with #98BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,188,73); }

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

background-color css

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

 a { background-color: rgb(152,188,73); }

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

border-color css

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

 span { border-color: rgb(152,188,73); }

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