Html Css Color HEX #99BA42 Atlantis

📋 copy color: '#99BA42'

red 153 ◦ green 186 ◦ blue 66

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

Shades of Atlantis #99BA42

Tints of Atlantis #99BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.3%

R = 37.78%
G = 45.93%
B = 16.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#99BA42 (or 0x99BA42) is known color: Atlantis. HEX triplet: 99, BA and 42. RGB value is (153,186,66). Sum of RGB (Red+Green+Blue) = 153+186+66=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA42 is #6645BD. Grayscale: #A2A2A2. Windows color (decimal): -6702526 or 4373145. OLE color: 4373145.

HSL color Cylindrical-coordinate representation of color #99BA42: hue angle of 76.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99BA42 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 66 -
CMYK 0.18 0 0.65 0.27
HSL 76.5º 0.48% 0.49% -
HSV(B) 76.5º 0.65% 0.73% -
XYZ 31.68 42.28 11.65 -
YUV 162.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 153 186 66 0.18 0 0.65 0.27 76.5 0.48 0.49
Hex 99 BA 42 12 0 41 1B 4C 30 31
Octal 231 272 102 22 0 101 33 114 60 61
Binary 10011001 10111010 1000010 10010 0 1000001 11011 1001100 110000 110001

Color Harmonies of #99BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA42

Black with #99BA42

Text Example


Text Example

White with #99BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,186,66); }

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

background-color css

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

 a { background-color: rgb(153,186,66); }

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

border-color css

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

 span { border-color: rgb(153,186,66); }

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