Html Css Color HEX #A9B810 Citrus

📋 copy color: '#A9B810'

red 169 ◦ green 184 ◦ blue 16

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

Shades of Citrus #A9B810

Tints of Citrus #A9B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.86%

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 45.8%
G = 49.86%
B = 4.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#A9B810 (or 0xA9B810) is known color: Citrus. HEX triplet: A9, B8 and 10. RGB value is (169,184,16). Sum of RGB (Red+Green+Blue) = 169+184+16=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B810 is #5647EF. Grayscale: #A1A1A1. Windows color (decimal): -5654512 or 1095849. OLE color: 1095849.

HSL color Cylindrical-coordinate representation of color #A9B810: hue angle of 65.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9B810 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 184 16 -
CMYK 0.08 0 0.91 0.28
HSL 65.36º 0.84% 0.39% -
HSV(B) 65.36º 0.91% 0.72% -
XYZ 33.6 42.75 6.97 -
YUV 160.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 169 184 16 0.08 0 0.91 0.28 65.36 0.84 0.39
Hex A9 B8 10 8 0 5B 1C 41 54 27
Octal 251 270 20 10 0 133 34 101 124 47
Binary 10101001 10111000 10000 1000 0 1011011 11100 1000001 1010100 100111

Color Harmonies of #A9B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B810

Black with #A9B810

Text Example


Text Example

White with #A9B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B810; }

 p { color: rgb(169,184,16); }

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

background-color css

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

 a { background-color: rgb(169,184,16); }

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

border-color css

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

 span { border-color: rgb(169,184,16); }

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