Html Css Color HEX #99BC3F Atlantis

📋 copy color: '#99BC3F'

red 153 ◦ green 188 ◦ blue 63

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

Shades of Atlantis #99BC3F

Tints of Atlantis #99BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.59%

R = 37.87%
G = 46.53%
B = 15.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#99BC3F (or 0x99BC3F) is known color: Atlantis. HEX triplet: 99, BC and 3F. RGB value is (153,188,63). Sum of RGB (Red+Green+Blue) = 153+188+63=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC3F is #6643C0. Grayscale: #A3A3A3. Windows color (decimal): -6702017 or 4177049. OLE color: 4177049.

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

Color convert

RGB 153 188 63 -
CMYK 0.19 0 0.66 0.26
HSL 76.8º 0.5% 0.49% -
HSV(B) 76.8º 0.66% 0.74% -
XYZ 32.02 43.1 11.33 -
YUV 163.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 153 188 63 0.19 0 0.66 0.26 76.8 0.5 0.49
Hex 99 BC 3F 13 0 42 1A 4D 32 31
Octal 231 274 77 23 0 102 32 115 62 61
Binary 10011001 10111100 111111 10011 0 1000010 11010 1001101 110010 110001

Color Harmonies of #99BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC3F

Black with #99BC3F

Text Example


Text Example

White with #99BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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