Html Css Color HEX #A6B210 Citrus

📋 copy color: '#A6B210'

red 166 ◦ green 178 ◦ blue 16

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

Shades of Citrus #A6B210

Tints of Citrus #A6B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.44%

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 46.11%
G = 49.44%
B = 4.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#A6B210 (or 0xA6B210) is known color: Citrus. HEX triplet: A6, B2 and 10. RGB value is (166,178,16). Sum of RGB (Red+Green+Blue) = 166+178+16=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B210 is #594DEF. Grayscale: #9C9C9C. Windows color (decimal): -5852656 or 1094310. OLE color: 1094310.

HSL color Cylindrical-coordinate representation of color #A6B210: hue angle of 64.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6B210 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 178 16 -
CMYK 0.07 0 0.91 0.30
HSL 64.44º 0.84% 0.38% -
HSV(B) 64.44º 0.91% 0.7% -
XYZ 31.74 39.99 6.54 -
YUV 155.94 49.02 135.17 -
System Red Green Blue C M Y K H S L
Decimal 166 178 16 0.07 0 0.91 0.30 64.44 0.84 0.38
Hex A6 B2 10 7 0 5B 1E 40 54 26
Octal 246 262 20 7 0 133 36 100 124 46
Binary 10100110 10110010 10000 111 0 1011011 11110 1000000 1010100 100110

Color Harmonies of #A6B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B210

Black with #A6B210

Text Example


Text Example

White with #A6B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B210; }

 p { color: rgb(166,178,16); }

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

background-color css

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

 a { background-color: rgb(166,178,16); }

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

border-color css

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

 span { border-color: rgb(166,178,16); }

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