Html Css Color HEX #A5A808 Citrus

📋 copy color: '#A5A808'

red 165 ◦ green 168 ◦ blue 8

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

Shades of Citrus #A5A808

Tints of Citrus #A5A808

RGB

 RED value IS 165 (64.84% from 255) = 48.39%

 GREEN value IS 168 (66.02% from 255) = 49.27%

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

R = 48.39%
G = 49.27%
B = 2.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A5A808 (or 0xA5A808) is known color: Citrus. HEX triplet: A5, A8 and 08. RGB value is (165,168,8). Sum of RGB (Red+Green+Blue) = 165+168+8=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A808 is #5A57F7. Grayscale: #959595. Windows color (decimal): -5920760 or 567461. OLE color: 567461.

HSL color Cylindrical-coordinate representation of color #A5A808: hue angle of 61.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5A808 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 168 8 -
CMYK 0.02 0 0.95 0.34
HSL 61.13º 0.91% 0.35% -
HSV(B) 61.13º 0.95% 0.66% -
XYZ 29.56 36.02 5.62 -
YUV 148.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 165 168 8 0.02 0 0.95 0.34 61.13 0.91 0.35
Hex A5 A8 8 2 0 5F 22 3D 5B 23
Octal 245 250 10 2 0 137 42 75 133 43
Binary 10100101 10101000 1000 10 0 1011111 100010 111101 1011011 100011

Color Harmonies of #A5A808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A808

Black with #A5A808

Text Example


Text Example

White with #A5A808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A808; }

 p { color: rgb(165,168,8); }

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

background-color css

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

 a { background-color: rgb(165,168,8); }

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

border-color css

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

 span { border-color: rgb(165,168,8); }

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