Html Css Color HEX #A6BC11 Citrus

📋 copy color: '#A6BC11'

red 166 ◦ green 188 ◦ blue 17

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

Shades of Citrus #A6BC11

Tints of Citrus #A6BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 44.74%
G = 50.67%
B = 4.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#A6BC11 (or 0xA6BC11) is known color: Citrus. HEX triplet: A6, BC and 11. RGB value is (166,188,17). Sum of RGB (Red+Green+Blue) = 166+188+17=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BC11 is #5943EE. Grayscale: #A2A2A2. Windows color (decimal): -5850095 or 1162406. OLE color: 1162406.

HSL color Cylindrical-coordinate representation of color #A6BC11: hue angle of 67.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6BC11 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 17 -
CMYK 0.12 0 0.91 0.26
HSL 67.72º 0.83% 0.4% -
HSV(B) 67.72º 0.91% 0.74% -
XYZ 33.81 44.11 7.26 -
YUV 161.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 166 188 17 0.12 0 0.91 0.26 67.72 0.83 0.4
Hex A6 BC 11 C 0 5B 1A 44 53 28
Octal 246 274 21 14 0 133 32 104 123 50
Binary 10100110 10111100 10001 1100 0 1011011 11010 1000100 1010011 101000

Color Harmonies of #A6BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC11

Black with #A6BC11

Text Example


Text Example

White with #A6BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC11; }

 p { color: rgb(166,188,17); }

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

background-color css

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

 a { background-color: rgb(166,188,17); }

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

border-color css

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

 span { border-color: rgb(166,188,17); }

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