Html Css Color HEX #A6BC06 Citrus

📋 copy color: '#A6BC06'

red 166 ◦ green 188 ◦ blue 6

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

Shades of Citrus #A6BC06

Tints of Citrus #A6BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 46.11%
G = 52.22%
B = 1.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A6BC06 (or 0xA6BC06) is known color: Citrus. HEX triplet: A6, BC and 06. RGB value is (166,188,6). Sum of RGB (Red+Green+Blue) = 166+188+6=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BC06 is #5943F9. Grayscale: #A1A1A1. Windows color (decimal): -5850106 or 441510. OLE color: 441510.

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

Color convert

RGB 166 188 6 -
CMYK 0.12 0 0.97 0.26
HSL 67.25º 0.94% 0.38% -
HSV(B) 67.25º 0.97% 0.74% -
XYZ 33.74 44.09 6.9 -
YUV 160.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 166 188 6 0.12 0 0.97 0.26 67.25 0.94 0.38
Hex A6 BC 6 C 0 61 1A 43 5E 26
Octal 246 274 6 14 0 141 32 103 136 46
Binary 10100110 10111100 110 1100 0 1100001 11010 1000011 1011110 100110

Color Harmonies of #A6BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC06

Black with #A6BC06

Text Example


Text Example

White with #A6BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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