Html Css Color HEX #A6B20E Citrus

📋 copy color: '#A6B20E'

red 166 ◦ green 178 ◦ blue 14

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

Shades of Citrus #A6B20E

Tints of Citrus #A6B20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.91%

R = 46.37%
G = 49.72%
B = 3.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#A6B20E (or 0xA6B20E) is known color: Citrus. HEX triplet: A6, B2 and 0E. RGB value is (166,178,14). Sum of RGB (Red+Green+Blue) = 166+178+14=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B20E is #594DF1. Grayscale: #9C9C9C. Windows color (decimal): -5852658 or 963238. OLE color: 963238.

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

Color convert

RGB 166 178 14 -
CMYK 0.07 0 0.92 0.30
HSL 64.39º 0.85% 0.38% -
HSV(B) 64.39º 0.92% 0.7% -
XYZ 31.73 39.98 6.46 -
YUV 155.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 166 178 14 0.07 0 0.92 0.30 64.39 0.85 0.38
Hex A6 B2 E 7 0 5C 1E 40 55 26
Octal 246 262 16 7 0 134 36 100 125 46
Binary 10100110 10110010 1110 111 0 1011100 11110 1000000 1010101 100110

Color Harmonies of #A6B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B20E

Black with #A6B20E

Text Example


Text Example

White with #A6B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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