Html Css Color HEX #A6B407 Citrus

📋 copy color: '#A6B407'

red 166 ◦ green 180 ◦ blue 7

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

Shades of Citrus #A6B407

Tints of Citrus #A6B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 47.03%
G = 50.99%
B = 1.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#A6B407 (or 0xA6B407) is known color: Citrus. HEX triplet: A6, B4 and 07. RGB value is (166,180,7). Sum of RGB (Red+Green+Blue) = 166+180+7=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B407 is #594BF8. Grayscale: #9C9C9C. Windows color (decimal): -5852153 or 504998. OLE color: 504998.

HSL color Cylindrical-coordinate representation of color #A6B407: hue angle of 64.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6B407 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 7 -
CMYK 0.08 0 0.96 0.29
HSL 64.86º 0.93% 0.37% -
HSV(B) 64.86º 0.96% 0.71% -
XYZ 32.09 40.76 6.38 -
YUV 156.09 43.86 135.07 -
System Red Green Blue C M Y K H S L
Decimal 166 180 7 0.08 0 0.96 0.29 64.86 0.93 0.37
Hex A6 B4 7 8 0 60 1D 41 5D 25
Octal 246 264 7 10 0 140 35 101 135 45
Binary 10100110 10110100 111 1000 0 1100000 11101 1000001 1011101 100101

Color Harmonies of #A6B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B407

Black with #A6B407

Text Example


Text Example

White with #A6B407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B407; }

 p { color: rgb(166,180,7); }

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

background-color css

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

 a { background-color: rgb(166,180,7); }

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

border-color css

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

 span { border-color: rgb(166,180,7); }

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