Html Css Color HEX #99B94B Atlantis

📋 copy color: '#99B94B'

red 153 ◦ green 185 ◦ blue 75

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

Shades of Atlantis #99B94B

Tints of Atlantis #99B94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

 BLUE value IS 75 (29.69% from 255) = 18.16%

R = 37.05%
G = 44.79%
B = 18.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#99B94B (or 0x99B94B) is known color: Atlantis. HEX triplet: 99, B9 and 4B. RGB value is (153,185,75). Sum of RGB (Red+Green+Blue) = 153+185+75=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #99B94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B94B is #6646B4. Grayscale: #A3A3A3. Windows color (decimal): -6702773 or 4962713. OLE color: 4962713.

HSL color Cylindrical-coordinate representation of color #99B94B: hue angle of 77.45º 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 #99B94B is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 185 75 -
CMYK 0.17 0 0.59 0.27
HSL 77.45º 0.44% 0.51% -
HSV(B) 77.45º 0.59% 0.73% -
XYZ 31.76 41.98 13.09 -
YUV 162.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 153 185 75 0.17 0 0.59 0.27 77.45 0.44 0.51
Hex 99 B9 4B 11 0 3B 1B 4D 2C 33
Octal 231 271 113 21 0 73 33 115 54 63
Binary 10011001 10111001 1001011 10001 0 111011 11011 1001101 101100 110011

Color Harmonies of #99B94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B94B

Black with #99B94B

Text Example


Text Example

White with #99B94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,185,75); }

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

background-color css

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

 a { background-color: rgb(153,185,75); }

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

border-color css

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

 span { border-color: rgb(153,185,75); }

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