Html Css Color HEX #A6B500 Citrus

📋 copy color: '#A6B500'

red 166 ◦ green 181 ◦ blue 0

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

Shades of Citrus #A6B500

Tints of Citrus #A6B500

RGB

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

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

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

R = 47.84%
G = 52.16%
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

#A6B500 (or 0xA6B500) is known color: Citrus. HEX triplet: A6, B5 and 00. RGB value is (166,181,0). Sum of RGB (Red+Green+Blue) = 166+181+0=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B500 is #594AFF. Grayscale: #9C9C9C. Windows color (decimal): -5851904 or 46502. OLE color: 46502.

HSL color Cylindrical-coordinate representation of color #A6B500: hue angle of 64.97º 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 #A6B500 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 0 -
CMYK 0.08 0 1 0.29
HSL 64.97º 1% 0.35% -
HSV(B) 64.97º 1% 0.71% -
XYZ 32.25 41.15 6.24 -
YUV 155.88 40.03 135.22 -
System Red Green Blue C M Y K H S L
Decimal 166 181 0 0.08 0 1 0.29 64.97 1 0.35
Hex A6 B5 0 8 0 64 1D 41 64 23
Octal 246 265 0 10 0 144 35 101 144 43
Binary 10100110 10110101 0 1000 0 1100100 11101 1000001 1100100 100011

Color Harmonies of #A6B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B500

Black with #A6B500

Text Example


Text Example

White with #A6B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B500; }

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

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

background-color css

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

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

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

border-color css

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

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

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