Html Css Color HEX #A6BC3C Celery

📋 copy color: '#A6BC3C'

red 166 ◦ green 188 ◦ blue 60

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

Shades of Celery #A6BC3C

Tints of Celery #A6BC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 40.1%
G = 45.41%
B = 14.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#A6BC3C (or 0xA6BC3C) is known color: Celery. HEX triplet: A6, BC and 3C. RGB value is (166,188,60). Sum of RGB (Red+Green+Blue) = 166+188+60=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC3C is #5943C3. Grayscale: #A7A7A7. Windows color (decimal): -5850052 or 3980454. OLE color: 3980454.

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

Color convert

RGB 166 188 60 -
CMYK 0.12 0 0.68 0.26
HSL 70.31º 0.52% 0.49% -
HSV(B) 70.31º 0.68% 0.74% -
XYZ 34.52 44.4 11.03 -
YUV 166.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 166 188 60 0.12 0 0.68 0.26 70.31 0.52 0.49
Hex A6 BC 3C C 0 44 1A 46 34 31
Octal 246 274 74 14 0 104 32 106 64 61
Binary 10100110 10111100 111100 1100 0 1000100 11010 1000110 110100 110001

Color Harmonies of #A6BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC3C

Black with #A6BC3C

Text Example


Text Example

White with #A6BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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