Html Css Color HEX #A6C80B Citrus

📋 copy color: '#A6C80B'

red 166 ◦ green 200 ◦ blue 11

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

Shades of Citrus #A6C80B

Tints of Citrus #A6C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.05%

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

R = 44.03%
G = 53.05%
B = 2.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A6C80B (or 0xA6C80B) is known color: Citrus. HEX triplet: A6, C8 and 0B. RGB value is (166,200,11). Sum of RGB (Red+Green+Blue) = 166+200+11=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C80B is #5937F4. Grayscale: #A9A9A9. Windows color (decimal): -5847029 or 772262. OLE color: 772262.

HSL color Cylindrical-coordinate representation of color #A6C80B: hue angle of 70.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6C80B is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 11 -
CMYK 0.17 0 0.94 0.22
HSL 70.79º 0.9% 0.41% -
HSV(B) 70.79º 0.95% 0.78% -
XYZ 36.44 49.44 7.94 -
YUV 168.29 39.24 126.37 -
System Red Green Blue C M Y K H S L
Decimal 166 200 11 0.17 0 0.94 0.22 70.79 0.9 0.41
Hex A6 C8 B 11 0 5E 16 47 5A 29
Octal 246 310 13 21 0 136 26 107 132 51
Binary 10100110 11001000 1011 10001 0 1011110 10110 1000111 1011010 101001

Color Harmonies of #A6C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C80B

Black with #A6C80B

Text Example


Text Example

White with #A6C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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