Html Css Color HEX #A6B913 Citrus

📋 copy color: '#A6B913'

red 166 ◦ green 185 ◦ blue 19

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

Shades of Citrus #A6B913

Tints of Citrus #A6B913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50%

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

R = 44.86%
G = 50%
B = 5.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A6B913 (or 0xA6B913) is known color: Citrus. HEX triplet: A6, B9 and 13. RGB value is (166,185,19). Sum of RGB (Red+Green+Blue) = 166+185+19=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B913 is #5946EC. Grayscale: #A1A1A1. Windows color (decimal): -5850861 or 1292710. OLE color: 1292710.

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

Color convert

RGB 166 185 19 -
CMYK 0.10 0 0.90 0.27
HSL 66.87º 0.81% 0.4% -
HSV(B) 66.87º 0.9% 0.73% -
XYZ 33.19 42.85 7.14 -
YUV 160.4 48.21 132 -
System Red Green Blue C M Y K H S L
Decimal 166 185 19 0.10 0 0.90 0.27 66.87 0.81 0.4
Hex A6 B9 13 A 0 5A 1B 43 51 28
Octal 246 271 23 12 0 132 33 103 121 50
Binary 10100110 10111001 10011 1010 0 1011010 11011 1000011 1010001 101000

Color Harmonies of #A6B913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B913

Black with #A6B913

Text Example


Text Example

White with #A6B913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B913; }

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

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

background-color css

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

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

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

border-color css

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

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

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