Html Css Color HEX #98BD47 Atlantis

📋 copy color: '#98BD47'

red 152 ◦ green 189 ◦ blue 71

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

Shades of Atlantis #98BD47

Tints of Atlantis #98BD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

 BLUE value IS 71 (28.13% from 255) = 17.23%

R = 36.89%
G = 45.87%
B = 17.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#98BD47 (or 0x98BD47) is known color: Atlantis. HEX triplet: 98, BD and 47. RGB value is (152,189,71). Sum of RGB (Red+Green+Blue) = 152+189+71=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD47 is #6742B8. Grayscale: #A4A4A4. Windows color (decimal): -6767289 or 4701592. OLE color: 4701592.

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

Color convert

RGB 152 189 71 -
CMYK 0.20 0 0.62 0.26
HSL 78.81º 0.47% 0.51% -
HSV(B) 78.81º 0.62% 0.74% -
XYZ 32.28 43.53 12.66 -
YUV 164.49 75.24 119.09 -
System Red Green Blue C M Y K H S L
Decimal 152 189 71 0.20 0 0.62 0.26 78.81 0.47 0.51
Hex 98 BD 47 14 0 3E 1A 4F 2F 33
Octal 230 275 107 24 0 76 32 117 57 63
Binary 10011000 10111101 1000111 10100 0 111110 11010 1001111 101111 110011

Color Harmonies of #98BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD47

Black with #98BD47

Text Example


Text Example

White with #98BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,189,71); }

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

background-color css

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

 a { background-color: rgb(152,189,71); }

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

border-color css

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

 span { border-color: rgb(152,189,71); }

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