Html Css Color HEX #99A200 Citrus

📋 copy color: '#99A200'

red 153 ◦ green 162 ◦ blue 0

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

Shades of Citrus #99A200

Tints of Citrus #99A200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#99A200 (or 0x99A200) is known color: Citrus. HEX triplet: 99, A2 and 00. RGB value is (153,162,0). Sum of RGB (Red+Green+Blue) = 153+162+0=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #99A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A200 is #665DFF. Grayscale: #8D8D8D. Windows color (decimal): -6708736 or 41625. OLE color: 41625.

HSL color Cylindrical-coordinate representation of color #99A200: hue angle of 63.33º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99A200 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 0 -
CMYK 0.06 0 1 0.36
HSL 63.33º 1% 0.32% -
HSV(B) 63.33º 1% 0.64% -
XYZ 26.06 32.61 4.92 -
YUV 140.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 153 162 0 0.06 0 1 0.36 63.33 1 0.32
Hex 99 A2 0 6 0 64 24 3F 64 20
Octal 231 242 0 6 0 144 44 77 144 40
Binary 10011001 10100010 0 110 0 1100100 100100 111111 1100100 100000

Color Harmonies of #99A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A200

Black with #99A200

Text Example


Text Example

White with #99A200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,162,0); }

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

background-color css

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

 a { background-color: rgb(153,162,0); }

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

border-color css

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

 span { border-color: rgb(153,162,0); }

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