Html Css Color HEX #A6BA42 Celery

📋 copy color: '#A6BA42'

red 166 ◦ green 186 ◦ blue 66

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

Shades of Celery #A6BA42

Tints of Celery #A6BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 39.71%
G = 44.5%
B = 15.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#A6BA42 (or 0xA6BA42) is known color: Celery. HEX triplet: A6, BA and 42. RGB value is (166,186,66). Sum of RGB (Red+Green+Blue) = 166+186+66=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA42 is #5945BD. Grayscale: #A6A6A6. Windows color (decimal): -5850558 or 4373158. OLE color: 4373158.

HSL color Cylindrical-coordinate representation of color #A6BA42: hue angle of 70º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6BA42 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 66 -
CMYK 0.11 0 0.65 0.27
HSL 70º 0.48% 0.49% -
HSV(B) 70º 0.65% 0.73% -
XYZ 34.27 43.62 11.77 -
YUV 166.34 71.37 127.76 -
System Red Green Blue C M Y K H S L
Decimal 166 186 66 0.11 0 0.65 0.27 70 0.48 0.49
Hex A6 BA 42 B 0 41 1B 46 30 31
Octal 246 272 102 13 0 101 33 106 60 61
Binary 10100110 10111010 1000010 1011 0 1000001 11011 1000110 110000 110001

Color Harmonies of #A6BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA42

Black with #A6BA42

Text Example


Text Example

White with #A6BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA42; }

 p { color: rgb(166,186,66); }

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

background-color css

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

 a { background-color: rgb(166,186,66); }

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

border-color css

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

 span { border-color: rgb(166,186,66); }

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