Html Css Color HEX #98BC4D Atlantis

📋 copy color: '#98BC4D'

red 152 ◦ green 188 ◦ blue 77

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

Shades of Atlantis #98BC4D

Tints of Atlantis #98BC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.47%

R = 36.45%
G = 45.08%
B = 18.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#98BC4D (or 0x98BC4D) is known color: Atlantis. HEX triplet: 98, BC and 4D. RGB value is (152,188,77). Sum of RGB (Red+Green+Blue) = 152+188+77=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC4D is #6743B2. Grayscale: #A4A4A4. Windows color (decimal): -6767539 or 5094552. OLE color: 5094552.

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

Color convert

RGB 152 188 77 -
CMYK 0.19 0 0.59 0.26
HSL 79.46º 0.45% 0.52% -
HSV(B) 79.46º 0.59% 0.74% -
XYZ 32.27 43.18 13.65 -
YUV 164.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 152 188 77 0.19 0 0.59 0.26 79.46 0.45 0.52
Hex 98 BC 4D 13 0 3B 1A 4F 2D 34
Octal 230 274 115 23 0 73 32 117 55 64
Binary 10011000 10111100 1001101 10011 0 111011 11010 1001111 101101 110100

Color Harmonies of #98BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BC4D

Black with #98BC4D

Text Example


Text Example

White with #98BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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