Html Css Color HEX #98BE4D Atlantis

📋 copy color: '#98BE4D'

red 152 ◦ green 190 ◦ blue 77

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

Shades of Atlantis #98BE4D

Tints of Atlantis #98BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

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

R = 36.28%
G = 45.35%
B = 18.38%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#98BE4D (or 0x98BE4D) is known color: Atlantis. HEX triplet: 98, BE and 4D. RGB value is (152,190,77). Sum of RGB (Red+Green+Blue) = 152+190+77=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE4D is #6741B2. Grayscale: #A6A6A6. Windows color (decimal): -6767027 or 5095064. OLE color: 5095064.

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

Color convert

RGB 152 190 77 -
CMYK 0.2 0 0.59 0.25
HSL 80.18º 0.47% 0.52% -
HSV(B) 80.18º 0.59% 0.75% -
XYZ 32.7 44.04 13.8 -
YUV 165.76 77.91 118.19 -
System Red Green Blue C M Y K H S L
Decimal 152 190 77 0.2 0 0.59 0.25 80.18 0.47 0.52
Hex 98 BE 4D 14 0 3B 19 50 2F 34
Octal 230 276 115 24 0 73 31 120 57 64
Binary 10011000 10111110 1001101 10100 0 111011 11001 1010000 101111 110100

Color Harmonies of #98BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BE4D

Black with #98BE4D

Text Example


Text Example

White with #98BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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