Html Css Color HEX #A6B400 Citrus

📋 copy color: '#A6B400'

red 166 ◦ green 180 ◦ blue 0

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

Shades of Citrus #A6B400

Tints of Citrus #A6B400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.98%
G = 52.02%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#A6B400 (or 0xA6B400) is known color: Citrus. HEX triplet: A6, B4 and 00. RGB value is (166,180,0). Sum of RGB (Red+Green+Blue) = 166+180+0=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B400 is #594BFF. Grayscale: #9C9C9C. Windows color (decimal): -5852160 or 46246. OLE color: 46246.

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

Color convert

RGB 166 180 0 -
CMYK 0.08 0 1 0.29
HSL 64.67º 1% 0.35% -
HSV(B) 64.67º 1% 0.71% -
XYZ 32.05 40.75 6.18 -
YUV 155.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 166 180 0 0.08 0 1 0.29 64.67 1 0.35
Hex A6 B4 0 8 0 64 1D 41 64 23
Octal 246 264 0 10 0 144 35 101 144 43
Binary 10100110 10110100 0 1000 0 1100100 11101 1000001 1100100 100011

Color Harmonies of #A6B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B400

Black with #A6B400

Text Example


Text Example

White with #A6B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B400; }

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

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

background-color css

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

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

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

border-color css

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

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

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