Html Css Color HEX #A6BC0E Citrus

📋 copy color: '#A6BC0E'

red 166 ◦ green 188 ◦ blue 14

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

Shades of Citrus #A6BC0E

Tints of Citrus #A6BC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.8%

R = 45.11%
G = 51.09%
B = 3.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#A6BC0E (or 0xA6BC0E) is known color: Citrus. HEX triplet: A6, BC and 0E. RGB value is (166,188,14). Sum of RGB (Red+Green+Blue) = 166+188+14=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BC0E is #5943F1. Grayscale: #A2A2A2. Windows color (decimal): -5850098 or 965798. OLE color: 965798.

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

Color convert

RGB 166 188 14 -
CMYK 0.12 0 0.93 0.26
HSL 67.59º 0.86% 0.4% -
HSV(B) 67.59º 0.93% 0.74% -
XYZ 33.79 44.11 7.15 -
YUV 161.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 166 188 14 0.12 0 0.93 0.26 67.59 0.86 0.4
Hex A6 BC E C 0 5D 1A 44 56 28
Octal 246 274 16 14 0 135 32 104 126 50
Binary 10100110 10111100 1110 1100 0 1011101 11010 1000100 1010110 101000

Color Harmonies of #A6BC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC0E

Black with #A6BC0E

Text Example


Text Example

White with #A6BC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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