Html Css Color HEX #99B648 Atlantis

📋 copy color: '#99B648'

red 153 ◦ green 182 ◦ blue 72

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

Shades of Atlantis #99B648

Tints of Atlantis #99B648

RGB

 RED value IS 153 (60.16% from 255) = 37.59%

 GREEN value IS 182 (71.48% from 255) = 44.72%

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

R = 37.59%
G = 44.72%
B = 17.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#99B648 (or 0x99B648) is known color: Atlantis. HEX triplet: 99, B6 and 48. RGB value is (153,182,72). Sum of RGB (Red+Green+Blue) = 153+182+72=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #99B648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B648 is #6649B7. Grayscale: #A1A1A1. Windows color (decimal): -6703544 or 4765337. OLE color: 4765337.

HSL color Cylindrical-coordinate representation of color #99B648: hue angle of 75.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99B648 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 72 -
CMYK 0.16 0 0.60 0.29
HSL 75.82º 0.43% 0.5% -
HSV(B) 75.82º 0.6% 0.71% -
XYZ 31.03 40.7 12.35 -
YUV 160.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 153 182 72 0.16 0 0.60 0.29 75.82 0.43 0.5
Hex 99 B6 48 10 0 3C 1D 4C 2B 32
Octal 231 266 110 20 0 74 35 114 53 62
Binary 10011001 10110110 1001000 10000 0 111100 11101 1001100 101011 110010

Color Harmonies of #99B648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B648

Black with #99B648

Text Example


Text Example

White with #99B648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B648; }

 p { color: rgb(153,182,72); }

 H1.HeaderClassName
 {
   color: #99B648;
 }
 .AnyTagClassName
 {
   color: #99B648;
 }
</style>

background-color css

<style>
 a { background-color: #99B648; }

 a { background-color: rgb(153,182,72); }

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

border-color css

<style>
 span { border-color: #99B648; }

 span { border-color: rgb(153,182,72); }

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