Html Css Color HEX #A6B501 Citrus

📋 copy color: '#A6B501'

red 166 ◦ green 181 ◦ blue 1

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

Shades of Citrus #A6B501

Tints of Citrus #A6B501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.01%

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

R = 47.7%
G = 52.01%
B = 0.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#A6B501 (or 0xA6B501) is known color: Citrus. HEX triplet: A6, B5 and 01. RGB value is (166,181,1). Sum of RGB (Red+Green+Blue) = 166+181+1=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B501 is #594AFE. Grayscale: #9C9C9C. Windows color (decimal): -5851903 or 112038. OLE color: 112038.

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

Color convert

RGB 166 181 1 -
CMYK 0.08 0 0.99 0.29
HSL 65º 0.99% 0.36% -
HSV(B) 65º 0.99% 0.71% -
XYZ 32.26 41.16 6.27 -
YUV 156 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 166 181 1 0.08 0 0.99 0.29 65 0.99 0.36
Hex A6 B5 1 8 0 63 1D 41 63 24
Octal 246 265 1 10 0 143 35 101 143 44
Binary 10100110 10110101 1 1000 0 1100011 11101 1000001 1100011 100100

Color Harmonies of #A6B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B501

Black with #A6B501

Text Example


Text Example

White with #A6B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B501; }

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

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

background-color css

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

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

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

border-color css

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

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

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