Html Css Color HEX #A6B713 Citrus

📋 copy color: '#A6B713'

red 166 ◦ green 183 ◦ blue 19

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

Shades of Citrus #A6B713

Tints of Citrus #A6B713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 45.11%
G = 49.73%
B = 5.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#A6B713 (or 0xA6B713) is known color: Citrus. HEX triplet: A6, B7 and 13. RGB value is (166,183,19). Sum of RGB (Red+Green+Blue) = 166+183+19=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B713 is #5948EC. Grayscale: #9F9F9F. Windows color (decimal): -5851373 or 1292198. OLE color: 1292198.

HSL color Cylindrical-coordinate representation of color #A6B713: hue angle of 66.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6B713 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 19 -
CMYK 0.09 0 0.90 0.28
HSL 66.22º 0.81% 0.4% -
HSV(B) 66.22º 0.9% 0.72% -
XYZ 32.78 42.02 7 -
YUV 159.22 48.87 132.84 -
System Red Green Blue C M Y K H S L
Decimal 166 183 19 0.09 0 0.90 0.28 66.22 0.81 0.4
Hex A6 B7 13 9 0 5A 1C 42 51 28
Octal 246 267 23 11 0 132 34 102 121 50
Binary 10100110 10110111 10011 1001 0 1011010 11100 1000010 1010001 101000

Color Harmonies of #A6B713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B713

Black with #A6B713

Text Example


Text Example

White with #A6B713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B713; }

 p { color: rgb(166,183,19); }

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

background-color css

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

 a { background-color: rgb(166,183,19); }

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

border-color css

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

 span { border-color: rgb(166,183,19); }

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