Html Css Color HEX #A6BD50 Celery

📋 copy color: '#A6BD50'

red 166 ◦ green 189 ◦ blue 80

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

Shades of Celery #A6BD50

Tints of Celery #A6BD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 38.16%
G = 43.45%
B = 18.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#A6BD50 (or 0xA6BD50) is known color: Celery. HEX triplet: A6, BD and 50. RGB value is (166,189,80). Sum of RGB (Red+Green+Blue) = 166+189+80=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD50 is #5942AF. Grayscale: #AAAAAA. Windows color (decimal): -5849776 or 5291430. OLE color: 5291430.

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

Color convert

RGB 166 189 80 -
CMYK 0.12 0 0.58 0.26
HSL 72.66º 0.45% 0.53% -
HSV(B) 72.66º 0.58% 0.74% -
XYZ 35.37 45.08 14.43 -
YUV 169.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 166 189 80 0.12 0 0.58 0.26 72.66 0.45 0.53
Hex A6 BD 50 C 0 3A 1A 49 2D 35
Octal 246 275 120 14 0 72 32 111 55 65
Binary 10100110 10111101 1010000 1100 0 111010 11010 1001001 101101 110101

Color Harmonies of #A6BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD50

Black with #A6BD50

Text Example


Text Example

White with #A6BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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