Html Css Color HEX #A6B013 Citrus

📋 copy color: '#A6B013'

red 166 ◦ green 176 ◦ blue 19

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

Shades of Citrus #A6B013

Tints of Citrus #A6B013

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.75%

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

R = 45.98%
G = 48.75%
B = 5.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#A6B013 (or 0xA6B013) is known color: Citrus. HEX triplet: A6, B0 and 13. RGB value is (166,176,19). Sum of RGB (Red+Green+Blue) = 166+176+19=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B013 is #594FEC. Grayscale: #9B9B9B. Windows color (decimal): -5853165 or 1290406. OLE color: 1290406.

HSL color Cylindrical-coordinate representation of color #A6B013: hue angle of 63.82º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6B013 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 176 19 -
CMYK 0.06 0 0.89 0.31
HSL 63.82º 0.81% 0.38% -
HSV(B) 63.82º 0.89% 0.69% -
XYZ 31.37 39.2 6.53 -
YUV 155.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 166 176 19 0.06 0 0.89 0.31 63.82 0.81 0.38
Hex A6 B0 13 6 0 59 1F 40 51 26
Octal 246 260 23 6 0 131 37 100 121 46
Binary 10100110 10110000 10011 110 0 1011001 11111 1000000 1010001 100110

Color Harmonies of #A6B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B013

Black with #A6B013

Text Example


Text Example

White with #A6B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B013; }

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

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

background-color css

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

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

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

border-color css

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

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

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