Html Css Color HEX #A6B950 Celery

📋 copy color: '#A6B950'

red 166 ◦ green 185 ◦ blue 80

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

Shades of Celery #A6B950

Tints of Celery #A6B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.92%

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

R = 38.52%
G = 42.92%
B = 18.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#A6B950 (or 0xA6B950) is known color: Celery. HEX triplet: A6, B9 and 50. RGB value is (166,185,80). Sum of RGB (Red+Green+Blue) = 166+185+80=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B950 is #5946AF. Grayscale: #A7A7A7. Windows color (decimal): -5850800 or 5290406. OLE color: 5290406.

HSL color Cylindrical-coordinate representation of color #A6B950: hue angle of 70.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6B950 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 80 -
CMYK 0.10 0 0.57 0.27
HSL 70.86º 0.43% 0.52% -
HSV(B) 70.86º 0.57% 0.73% -
XYZ 34.52 43.38 14.14 -
YUV 167.35 78.71 127.04 -
System Red Green Blue C M Y K H S L
Decimal 166 185 80 0.10 0 0.57 0.27 70.86 0.43 0.52
Hex A6 B9 50 A 0 39 1B 47 2B 34
Octal 246 271 120 12 0 71 33 107 53 64
Binary 10100110 10111001 1010000 1010 0 111001 11011 1000111 101011 110100

Color Harmonies of #A6B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B950

Black with #A6B950

Text Example


Text Example

White with #A6B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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