Html Css Color HEX #A6BC40 Celery

📋 copy color: '#A6BC40'

red 166 ◦ green 188 ◦ blue 64

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

Shades of Celery #A6BC40

Tints of Celery #A6BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.31%

R = 39.71%
G = 44.98%
B = 15.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#A6BC40 (or 0xA6BC40) is known color: Celery. HEX triplet: A6, BC and 40. RGB value is (166,188,64). Sum of RGB (Red+Green+Blue) = 166+188+64=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC40 is #5943BF. Grayscale: #A7A7A7. Windows color (decimal): -5850048 or 4242598. OLE color: 4242598.

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

Color convert

RGB 166 188 64 -
CMYK 0.12 0 0.66 0.26
HSL 70.65º 0.49% 0.49% -
HSV(B) 70.65º 0.66% 0.74% -
XYZ 34.63 44.44 11.6 -
YUV 167.29 69.71 127.08 -
System Red Green Blue C M Y K H S L
Decimal 166 188 64 0.12 0 0.66 0.26 70.65 0.49 0.49
Hex A6 BC 40 C 0 42 1A 47 31 31
Octal 246 274 100 14 0 102 32 107 61 61
Binary 10100110 10111100 1000000 1100 0 1000010 11010 1000111 110001 110001

Color Harmonies of #A6BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC40

Black with #A6BC40

Text Example


Text Example

White with #A6BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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