Html Css Color HEX #99C013 Citrus

📋 copy color: '#99C013'

red 153 ◦ green 192 ◦ blue 19

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

Shades of Citrus #99C013

Tints of Citrus #99C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.75%

 BLUE value IS 19 (7.81% from 255) = 5.22%

R = 42.03%
G = 52.75%
B = 5.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#99C013 (or 0x99C013) is known color: Citrus. HEX triplet: 99, C0 and 13. RGB value is (153,192,19). Sum of RGB (Red+Green+Blue) = 153+192+19=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #99C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C013 is #663FEC. Grayscale: #A1A1A1. Windows color (decimal): -6701037 or 1294489. OLE color: 1294489.

HSL color Cylindrical-coordinate representation of color #99C013: hue angle of 73.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99C013 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 19 -
CMYK 0.20 0 0.90 0.25
HSL 73.53º 0.82% 0.41% -
HSV(B) 73.53º 0.9% 0.75% -
XYZ 32.1 44.52 7.52 -
YUV 160.62 48.08 122.57 -
System Red Green Blue C M Y K H S L
Decimal 153 192 19 0.20 0 0.90 0.25 73.53 0.82 0.41
Hex 99 C0 13 14 0 5A 19 4A 52 29
Octal 231 300 23 24 0 132 31 112 122 51
Binary 10011001 11000000 10011 10100 0 1011010 11001 1001010 1010010 101001

Color Harmonies of #99C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C013

Black with #99C013

Text Example


Text Example

White with #99C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,192,19); }

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

background-color css

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

 a { background-color: rgb(153,192,19); }

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

border-color css

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

 span { border-color: rgb(153,192,19); }

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