Html Css Color HEX #A9B308 Citrus

📋 copy color: '#A9B308'

red 169 ◦ green 179 ◦ blue 8

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

Shades of Citrus #A9B308

Tints of Citrus #A9B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.28%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 47.47%
G = 50.28%
B = 2.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#A9B308 (or 0xA9B308) is known color: Citrus. HEX triplet: A9, B3 and 08. RGB value is (169,179,8). Sum of RGB (Red+Green+Blue) = 169+179+8=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B308 is #564CF7. Grayscale: #9D9D9D. Windows color (decimal): -5655800 or 570281. OLE color: 570281.

HSL color Cylindrical-coordinate representation of color #A9B308: hue angle of 63.51º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9B308 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 179 8 -
CMYK 0.06 0 0.96 0.30
HSL 63.51º 0.91% 0.37% -
HSV(B) 63.51º 0.96% 0.7% -
XYZ 32.53 40.69 6.37 -
YUV 156.52 44.19 136.9 -
System Red Green Blue C M Y K H S L
Decimal 169 179 8 0.06 0 0.96 0.30 63.51 0.91 0.37
Hex A9 B3 8 6 0 60 1E 40 5B 25
Octal 251 263 10 6 0 140 36 100 133 45
Binary 10101001 10110011 1000 110 0 1100000 11110 1000000 1011011 100101

Color Harmonies of #A9B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B308

Black with #A9B308

Text Example


Text Example

White with #A9B308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B308; }

 p { color: rgb(169,179,8); }

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

background-color css

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

 a { background-color: rgb(169,179,8); }

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

border-color css

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

 span { border-color: rgb(169,179,8); }

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