Html Css Color HEX #A6B20A Citrus

📋 copy color: '#A6B20A'

red 166 ◦ green 178 ◦ blue 10

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

Shades of Citrus #A6B20A

Tints of Citrus #A6B20A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.28%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 46.89%
G = 50.28%
B = 2.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#A6B20A (or 0xA6B20A) is known color: Citrus. HEX triplet: A6, B2 and 0A. RGB value is (166,178,10). Sum of RGB (Red+Green+Blue) = 166+178+10=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B20A is #594DF5. Grayscale: #9B9B9B. Windows color (decimal): -5852662 or 701094. OLE color: 701094.

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

Color convert

RGB 166 178 10 -
CMYK 0.07 0 0.94 0.30
HSL 64.29º 0.89% 0.37% -
HSV(B) 64.29º 0.94% 0.7% -
XYZ 31.7 39.97 6.33 -
YUV 155.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 166 178 10 0.07 0 0.94 0.30 64.29 0.89 0.37
Hex A6 B2 A 7 0 5E 1E 40 59 25
Octal 246 262 12 7 0 136 36 100 131 45
Binary 10100110 10110010 1010 111 0 1011110 11110 1000000 1011001 100101

Color Harmonies of #A6B20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B20A

Black with #A6B20A

Text Example


Text Example

White with #A6B20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B20A; }

 p { color: rgb(166,178,10); }

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

background-color css

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

 a { background-color: rgb(166,178,10); }

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

border-color css

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

 span { border-color: rgb(166,178,10); }

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