Html Css Color HEX #A6B006 Citrus

📋 copy color: '#A6B006'

red 166 ◦ green 176 ◦ blue 6

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

Shades of Citrus #A6B006

Tints of Citrus #A6B006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 47.7%
G = 50.57%
B = 1.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#A6B006 (or 0xA6B006) is known color: Citrus. HEX triplet: A6, B0 and 06. RGB value is (166,176,6). Sum of RGB (Red+Green+Blue) = 166+176+6=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B006 is #594FF9. Grayscale: #9A9A9A. Windows color (decimal): -5853178 or 438438. OLE color: 438438.

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

Color convert

RGB 166 176 6 -
CMYK 0.06 0 0.97 0.31
HSL 63.53º 0.93% 0.36% -
HSV(B) 63.53º 0.97% 0.69% -
XYZ 31.28 39.17 6.08 -
YUV 153.63 44.69 136.82 -
System Red Green Blue C M Y K H S L
Decimal 166 176 6 0.06 0 0.97 0.31 63.53 0.93 0.36
Hex A6 B0 6 6 0 61 1F 40 5D 24
Octal 246 260 6 6 0 141 37 100 135 44
Binary 10100110 10110000 110 110 0 1100001 11111 1000000 1011101 100100

Color Harmonies of #A6B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B006

Black with #A6B006

Text Example


Text Example

White with #A6B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B006; }

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

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

background-color css

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

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

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

border-color css

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

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

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