Html Css Color HEX #A6AA04 Citrus

📋 copy color: '#A6AA04'

red 166 ◦ green 170 ◦ blue 4

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

Shades of Citrus #A6AA04

Tints of Citrus #A6AA04

RGB

 RED value IS 166 (65.23% from 255) = 48.82%

 GREEN value IS 170 (66.8% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 48.82%
G = 50%
B = 1.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#A6AA04 (or 0xA6AA04) is known color: Citrus. HEX triplet: A6, AA and 04. RGB value is (166,170,4). Sum of RGB (Red+Green+Blue) = 166+170+4=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA04 is #5955FB. Grayscale: #969696. Windows color (decimal): -5854716 or 305830. OLE color: 305830.

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

Color convert

RGB 166 170 4 -
CMYK 0.02 0 0.98 0.33
HSL 61.45º 0.95% 0.34% -
HSV(B) 61.45º 0.98% 0.67% -
XYZ 30.12 36.87 5.64 -
YUV 149.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 166 170 4 0.02 0 0.98 0.33 61.45 0.95 0.34
Hex A6 AA 4 2 0 62 21 3D 5F 22
Octal 246 252 4 2 0 142 41 75 137 42
Binary 10100110 10101010 100 10 0 1100010 100001 111101 1011111 100010

Color Harmonies of #A6AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA04

Black with #A6AA04

Text Example


Text Example

White with #A6AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA04; }

 p { color: rgb(166,170,4); }

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

background-color css

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

 a { background-color: rgb(166,170,4); }

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

border-color css

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

 span { border-color: rgb(166,170,4); }

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