Html Css Color HEX #A6B20D Citrus

📋 copy color: '#A6B20D'

red 166 ◦ green 178 ◦ blue 13

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

Shades of Citrus #A6B20D

Tints of Citrus #A6B20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 46.5%
G = 49.86%
B = 3.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#A6B20D (or 0xA6B20D) is known color: Citrus. HEX triplet: A6, B2 and 0D. RGB value is (166,178,13). Sum of RGB (Red+Green+Blue) = 166+178+13=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B20D is #594DF2. Grayscale: #9C9C9C. Windows color (decimal): -5852659 or 897702. OLE color: 897702.

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

Color convert

RGB 166 178 13 -
CMYK 0.07 0 0.93 0.30
HSL 64.36º 0.86% 0.37% -
HSV(B) 64.36º 0.93% 0.7% -
XYZ 31.72 39.98 6.43 -
YUV 155.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 166 178 13 0.07 0 0.93 0.30 64.36 0.86 0.37
Hex A6 B2 D 7 0 5D 1E 40 56 25
Octal 246 262 15 7 0 135 36 100 126 45
Binary 10100110 10110010 1101 111 0 1011101 11110 1000000 1010110 100101

Color Harmonies of #A6B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B20D

Black with #A6B20D

Text Example


Text Example

White with #A6B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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