Html Css Color HEX #A6BD3C Celery

📋 copy color: '#A6BD3C'

red 166 ◦ green 189 ◦ blue 60

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

Shades of Celery #A6BD3C

Tints of Celery #A6BD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.54%

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

R = 40%
G = 45.54%
B = 14.46%

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

#A6BD3C (or 0xA6BD3C) is known color: Celery. HEX triplet: A6, BD and 3C. RGB value is (166,189,60). Sum of RGB (Red+Green+Blue) = 166+189+60=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD3C is #5942C3. Grayscale: #A7A7A7. Windows color (decimal): -5849796 or 3980710. OLE color: 3980710.

HSL color Cylindrical-coordinate representation of color #A6BD3C: hue angle of 70.7º 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 #A6BD3C is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 60 -
CMYK 0.12 0 0.68 0.26
HSL 70.7º 0.52% 0.49% -
HSV(B) 70.7º 0.68% 0.74% -
XYZ 34.74 44.83 11.1 -
YUV 167.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 166 189 60 0.12 0 0.68 0.26 70.7 0.52 0.49
Hex A6 BD 3C C 0 44 1A 47 34 31
Octal 246 275 74 14 0 104 32 107 64 61
Binary 10100110 10111101 111100 1100 0 1000100 11010 1000111 110100 110001

Color Harmonies of #A6BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD3C

Black with #A6BD3C

Text Example


Text Example

White with #A6BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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