Html Css Color HEX #A6B00C Citrus

📋 copy color: '#A6B00C'

red 166 ◦ green 176 ◦ blue 12

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

Shades of Citrus #A6B00C

Tints of Citrus #A6B00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 46.89%
G = 49.72%
B = 3.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A6B00C (or 0xA6B00C) is known color: Citrus. HEX triplet: A6, B0 and 0C. RGB value is (166,176,12). Sum of RGB (Red+Green+Blue) = 166+176+12=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B00C is #594FF3. Grayscale: #9A9A9A. Windows color (decimal): -5853172 or 831654. OLE color: 831654.

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

Color convert

RGB 166 176 12 -
CMYK 0.06 0 0.93 0.31
HSL 63.66º 0.87% 0.37% -
HSV(B) 63.66º 0.93% 0.69% -
XYZ 31.32 39.18 6.26 -
YUV 154.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 166 176 12 0.06 0 0.93 0.31 63.66 0.87 0.37
Hex A6 B0 C 6 0 5D 1F 40 57 25
Octal 246 260 14 6 0 135 37 100 127 45
Binary 10100110 10110000 1100 110 0 1011101 11111 1000000 1010111 100101

Color Harmonies of #A6B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B00C

Black with #A6B00C

Text Example


Text Example

White with #A6B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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