Html Css Color HEX #99C16C Olivine

📋 copy color: '#99C16C'

red 153 ◦ green 193 ◦ blue 108

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

Shades of Olivine #99C16C

Tints of Olivine #99C16C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.51%

 BLUE value IS 108 (42.58% from 255) = 23.79%

R = 33.7%
G = 42.51%
B = 23.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#99C16C (or 0x99C16C) is known color: Olivine. HEX triplet: 99, C1 and 6C. RGB value is (153,193,108). Sum of RGB (Red+Green+Blue) = 153+193+108=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #99C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C16C is #663E93. Grayscale: #ABABAB. Windows color (decimal): -6700692 or 7127449. OLE color: 7127449.

HSL color Cylindrical-coordinate representation of color #99C16C: hue angle of 88.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99C16C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 193 108 -
CMYK 0.21 0 0.44 0.24
HSL 88.24º 0.41% 0.59% -
HSV(B) 88.24º 0.44% 0.76% -
XYZ 34.91 45.99 21.23 -
YUV 171.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 153 193 108 0.21 0 0.44 0.24 88.24 0.41 0.59
Hex 99 C1 6C 15 0 2C 18 58 29 3B
Octal 231 301 154 25 0 54 30 130 51 73
Binary 10011001 11000001 1101100 10101 0 101100 11000 1011000 101001 111011

Color Harmonies of #99C16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C16C

Black with #99C16C

Text Example


Text Example

White with #99C16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,193,108); }

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

background-color css

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

 a { background-color: rgb(153,193,108); }

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

border-color css

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

 span { border-color: rgb(153,193,108); }

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