Html Css Color HEX #A9B900 Citrus

📋 copy color: '#A9B900'

red 169 ◦ green 185 ◦ blue 0

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

Shades of Citrus #A9B900

Tints of Citrus #A9B900

RGB

 RED value IS 169 (66.41% from 255) = 47.74%

 GREEN value IS 185 (72.66% from 255) = 52.26%

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

R = 47.74%
G = 52.26%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A9B900 (or 0xA9B900) is known color: Citrus. HEX triplet: A9, B9 and 00. RGB value is (169,185,0). Sum of RGB (Red+Green+Blue) = 169+185+0=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B900 is #5646FF. Grayscale: #9F9F9F. Windows color (decimal): -5654272 or 47529. OLE color: 47529.

HSL color Cylindrical-coordinate representation of color #A9B900: hue angle of 65.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9B900 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 0 -
CMYK 0.09 0 1 0.27
HSL 65.19º 1% 0.36% -
HSV(B) 65.19º 1% 0.73% -
XYZ 33.71 43.13 6.55 -
YUV 159.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 169 185 0 0.09 0 1 0.27 65.19 1 0.36
Hex A9 B9 0 9 0 64 1B 41 64 24
Octal 251 271 0 11 0 144 33 101 144 44
Binary 10101001 10111001 0 1001 0 1100100 11011 1000001 1100100 100100

Color Harmonies of #A9B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B900

Black with #A9B900

Text Example


Text Example

White with #A9B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B900; }

 p { color: rgb(169,185,0); }

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

background-color css

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

 a { background-color: rgb(169,185,0); }

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

border-color css

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

 span { border-color: rgb(169,185,0); }

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