Html Css Color HEX #99BC45 Atlantis

📋 copy color: '#99BC45'

red 153 ◦ green 188 ◦ blue 69

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

Shades of Atlantis #99BC45

Tints of Atlantis #99BC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 37.32%
G = 45.85%
B = 16.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#99BC45 (or 0x99BC45) is known color: Atlantis. HEX triplet: 99, BC and 45. RGB value is (153,188,69). Sum of RGB (Red+Green+Blue) = 153+188+69=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC45 is #6643BA. Grayscale: #A4A4A4. Windows color (decimal): -6702011 or 4570265. OLE color: 4570265.

HSL color Cylindrical-coordinate representation of color #99BC45: hue angle of 77.65º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99BC45 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 69 -
CMYK 0.19 0 0.63 0.26
HSL 77.65º 0.47% 0.5% -
HSV(B) 77.65º 0.63% 0.74% -
XYZ 32.19 43.17 12.27 -
YUV 163.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 153 188 69 0.19 0 0.63 0.26 77.65 0.47 0.5
Hex 99 BC 45 13 0 3F 1A 4E 2F 32
Octal 231 274 105 23 0 77 32 116 57 62
Binary 10011001 10111100 1000101 10011 0 111111 11010 1001110 101111 110010

Color Harmonies of #99BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC45

Black with #99BC45

Text Example


Text Example

White with #99BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,69); }

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

background-color css

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

 a { background-color: rgb(153,188,69); }

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

border-color css

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

 span { border-color: rgb(153,188,69); }

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