Html Css Color HEX #98BA4C Atlantis

📋 copy color: '#98BA4C'

red 152 ◦ green 186 ◦ blue 76

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

Shades of Atlantis #98BA4C

Tints of Atlantis #98BA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 36.71%
G = 44.93%
B = 18.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#98BA4C (or 0x98BA4C) is known color: Atlantis. HEX triplet: 98, BA and 4C. RGB value is (152,186,76). Sum of RGB (Red+Green+Blue) = 152+186+76=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA4C is #6745B3. Grayscale: #A3A3A3. Windows color (decimal): -6768052 or 5028504. OLE color: 5028504.

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

Color convert

RGB 152 186 76 -
CMYK 0.18 0 0.59 0.27
HSL 78.55º 0.44% 0.51% -
HSV(B) 78.55º 0.59% 0.73% -
XYZ 31.81 42.32 13.33 -
YUV 163.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 152 186 76 0.18 0 0.59 0.27 78.55 0.44 0.51
Hex 98 BA 4C 12 0 3B 1B 4F 2C 33
Octal 230 272 114 22 0 73 33 117 54 63
Binary 10011000 10111010 1001100 10010 0 111011 11011 1001111 101100 110011

Color Harmonies of #98BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA4C

Black with #98BA4C

Text Example


Text Example

White with #98BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,186,76); }

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

background-color css

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

 a { background-color: rgb(152,186,76); }

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

border-color css

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

 span { border-color: rgb(152,186,76); }

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