Html Css Color HEX #A9B80C Citrus

📋 copy color: '#A9B80C'

red 169 ◦ green 184 ◦ blue 12

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

Shades of Citrus #A9B80C

Tints of Citrus #A9B80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.29%

R = 46.3%
G = 50.41%
B = 3.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#A9B80C (or 0xA9B80C) is known color: Citrus. HEX triplet: A9, B8 and 0C. RGB value is (169,184,12). Sum of RGB (Red+Green+Blue) = 169+184+12=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B80C is #5647F3. Grayscale: #A0A0A0. Windows color (decimal): -5654516 or 833705. OLE color: 833705.

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

Color convert

RGB 169 184 12 -
CMYK 0.08 0 0.93 0.28
HSL 65.23º 0.88% 0.38% -
HSV(B) 65.23º 0.93% 0.72% -
XYZ 33.57 42.74 6.83 -
YUV 159.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 169 184 12 0.08 0 0.93 0.28 65.23 0.88 0.38
Hex A9 B8 C 8 0 5D 1C 41 58 26
Octal 251 270 14 10 0 135 34 101 130 46
Binary 10101001 10111000 1100 1000 0 1011101 11100 1000001 1011000 100110

Color Harmonies of #A9B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B80C

Black with #A9B80C

Text Example


Text Example

White with #A9B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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