Html Css Color HEX #98C052 Atlantis

📋 copy color: '#98C052'

red 152 ◦ green 192 ◦ blue 82

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

Shades of Atlantis #98C052

Tints of Atlantis #98C052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 82 (32.42% from 255) = 19.25%

R = 35.68%
G = 45.07%
B = 19.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#98C052 (or 0x98C052) is known color: Atlantis. HEX triplet: 98, C0 and 52. RGB value is (152,192,82). Sum of RGB (Red+Green+Blue) = 152+192+82=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #98C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C052 is #673FAD. Grayscale: #A7A7A7. Windows color (decimal): -6766510 or 5423256. OLE color: 5423256.

HSL color Cylindrical-coordinate representation of color #98C052: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98C052 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 82 -
CMYK 0.21 0 0.57 0.25
HSL 81.82º 0.47% 0.54% -
HSV(B) 81.82º 0.57% 0.75% -
XYZ 33.32 44.98 14.91 -
YUV 167.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 152 192 82 0.21 0 0.57 0.25 81.82 0.47 0.54
Hex 98 C0 52 15 0 39 19 52 2F 36
Octal 230 300 122 25 0 71 31 122 57 66
Binary 10011000 11000000 1010010 10101 0 111001 11001 1010010 101111 110110

Color Harmonies of #98C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C052

Black with #98C052

Text Example


Text Example

White with #98C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,82); }

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

background-color css

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

 a { background-color: rgb(152,192,82); }

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

border-color css

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

 span { border-color: rgb(152,192,82); }

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