Html Css Color HEX #A6B10A Citrus

📋 copy color: '#A6B10A'

red 166 ◦ green 177 ◦ blue 10

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

Shades of Citrus #A6B10A

Tints of Citrus #A6B10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.14%

 BLUE value IS 10 (4.3% from 255) = 2.83%

R = 47.03%
G = 50.14%
B = 2.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#A6B10A (or 0xA6B10A) is known color: Citrus. HEX triplet: A6, B1 and 0A. RGB value is (166,177,10). Sum of RGB (Red+Green+Blue) = 166+177+10=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B10A is #594EF5. Grayscale: #9B9B9B. Windows color (decimal): -5852918 or 700838. OLE color: 700838.

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

Color convert

RGB 166 177 10 -
CMYK 0.06 0 0.94 0.31
HSL 63.95º 0.89% 0.37% -
HSV(B) 63.95º 0.94% 0.69% -
XYZ 31.5 39.57 6.27 -
YUV 154.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 166 177 10 0.06 0 0.94 0.31 63.95 0.89 0.37
Hex A6 B1 A 6 0 5E 1F 40 59 25
Octal 246 261 12 6 0 136 37 100 131 45
Binary 10100110 10110001 1010 110 0 1011110 11111 1000000 1011001 100101

Color Harmonies of #A6B10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B10A

Black with #A6B10A

Text Example


Text Example

White with #A6B10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B10A; }

 p { color: rgb(166,177,10); }

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

background-color css

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

 a { background-color: rgb(166,177,10); }

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

border-color css

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

 span { border-color: rgb(166,177,10); }

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