Html Css Color HEX #A6B801 Citrus

📋 copy color: '#A6B801'

red 166 ◦ green 184 ◦ blue 1

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

Shades of Citrus #A6B801

Tints of Citrus #A6B801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.42%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.29%
G = 52.42%
B = 0.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#A6B801 (or 0xA6B801) is known color: Citrus. HEX triplet: A6, B8 and 01. RGB value is (166,184,1). Sum of RGB (Red+Green+Blue) = 166+184+1=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B801 is #5947FE. Grayscale: #9E9E9E. Windows color (decimal): -5851135 or 112806. OLE color: 112806.

HSL color Cylindrical-coordinate representation of color #A6B801: hue angle of 65.9º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6B801 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 1 -
CMYK 0.10 0 0.99 0.28
HSL 65.9º 0.99% 0.36% -
HSV(B) 65.9º 0.99% 0.72% -
XYZ 32.87 42.39 6.48 -
YUV 157.76 39.54 133.88 -
System Red Green Blue C M Y K H S L
Decimal 166 184 1 0.10 0 0.99 0.28 65.9 0.99 0.36
Hex A6 B8 1 A 0 63 1C 42 63 24
Octal 246 270 1 12 0 143 34 102 143 44
Binary 10100110 10111000 1 1010 0 1100011 11100 1000010 1100011 100100

Color Harmonies of #A6B801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B801

Black with #A6B801

Text Example


Text Example

White with #A6B801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B801; }

 p { color: rgb(166,184,1); }

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

background-color css

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

 a { background-color: rgb(166,184,1); }

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

border-color css

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

 span { border-color: rgb(166,184,1); }

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