Html Css Color HEX #A6B000 Citrus

📋 copy color: '#A6B000'

red 166 ◦ green 176 ◦ blue 0

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

Shades of Citrus #A6B000

Tints of Citrus #A6B000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.46%

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

R = 48.54%
G = 51.46%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#A6B000 (or 0xA6B000) is known color: Citrus. HEX triplet: A6, B0 and 00. RGB value is (166,176,0). Sum of RGB (Red+Green+Blue) = 166+176+0=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B000 is #594FFF. Grayscale: #999999. Windows color (decimal): -5853184 or 45222. OLE color: 45222.

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

Color convert

RGB 166 176 0 -
CMYK 0.06 0 1 0.31
HSL 63.41º 1% 0.35% -
HSV(B) 63.41º 1% 0.69% -
XYZ 31.25 39.16 5.91 -
YUV 152.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 166 176 0 0.06 0 1 0.31 63.41 1 0.35
Hex A6 B0 0 6 0 64 1F 3F 64 23
Octal 246 260 0 6 0 144 37 77 144 43
Binary 10100110 10110000 0 110 0 1100100 11111 111111 1100100 100011

Color Harmonies of #A6B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B000

Black with #A6B000

Text Example


Text Example

White with #A6B000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B000; }

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

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

background-color css

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

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

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

border-color css

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

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

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