Html Css Color HEX #A6B20B Citrus

📋 copy color: '#A6B20B'

red 166 ◦ green 178 ◦ blue 11

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

Shades of Citrus #A6B20B

Tints of Citrus #A6B20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 46.76%
G = 50.14%
B = 3.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#A6B20B (or 0xA6B20B) is known color: Citrus. HEX triplet: A6, B2 and 0B. RGB value is (166,178,11). Sum of RGB (Red+Green+Blue) = 166+178+11=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B20B is #594DF4. Grayscale: #9C9C9C. Windows color (decimal): -5852661 or 766630. OLE color: 766630.

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

Color convert

RGB 166 178 11 -
CMYK 0.07 0 0.94 0.30
HSL 64.31º 0.88% 0.37% -
HSV(B) 64.31º 0.94% 0.7% -
XYZ 31.71 39.97 6.36 -
YUV 155.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 166 178 11 0.07 0 0.94 0.30 64.31 0.88 0.37
Hex A6 B2 B 7 0 5E 1E 40 58 25
Octal 246 262 13 7 0 136 36 100 130 45
Binary 10100110 10110010 1011 111 0 1011110 11110 1000000 1011000 100101

Color Harmonies of #A6B20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B20B

Black with #A6B20B

Text Example


Text Example

White with #A6B20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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