Html Css Color HEX #98BB48 Atlantis

📋 copy color: '#98BB48'

red 152 ◦ green 187 ◦ blue 72

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

Shades of Atlantis #98BB48

Tints of Atlantis #98BB48

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.5%

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 36.98%
G = 45.5%
B = 17.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#98BB48 (or 0x98BB48) is known color: Atlantis. HEX triplet: 98, BB and 48. RGB value is (152,187,72). Sum of RGB (Red+Green+Blue) = 152+187+72=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BB48 is #6744B7. Grayscale: #A3A3A3. Windows color (decimal): -6767800 or 4766616. OLE color: 4766616.

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

Color convert

RGB 152 187 72 -
CMYK 0.19 0 0.61 0.27
HSL 78.26º 0.46% 0.51% -
HSV(B) 78.26º 0.61% 0.73% -
XYZ 31.89 42.68 12.69 -
YUV 163.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 152 187 72 0.19 0 0.61 0.27 78.26 0.46 0.51
Hex 98 BB 48 13 0 3D 1B 4E 2E 33
Octal 230 273 110 23 0 75 33 116 56 63
Binary 10011000 10111011 1001000 10011 0 111101 11011 1001110 101110 110011

Color Harmonies of #98BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BB48

Black with #98BB48

Text Example


Text Example

White with #98BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,187,72); }

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

background-color css

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

 a { background-color: rgb(152,187,72); }

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

border-color css

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

 span { border-color: rgb(152,187,72); }

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