Html Css Color HEX #A8B049 Celery

📋 copy color: '#A8B049'

red 168 ◦ green 176 ◦ blue 73

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

Shades of Celery #A8B049

Tints of Celery #A8B049

RGB

 RED value IS 168 (66.02% from 255) = 40.29%

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 40.29%
G = 42.21%
B = 17.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#A8B049 (or 0xA8B049) is known color: Celery. HEX triplet: A8, B0 and 49. RGB value is (168,176,73). Sum of RGB (Red+Green+Blue) = 168+176+73=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B049 is #574FB6. Grayscale: #A2A2A2. Windows color (decimal): -5722039 or 4829352. OLE color: 4829352.

HSL color Cylindrical-coordinate representation of color #A8B049: hue angle of 64.66º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8B049 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 73 -
CMYK 0.05 0 0.59 0.31
HSL 64.66º 0.41% 0.49% -
HSV(B) 64.66º 0.59% 0.69% -
XYZ 32.88 39.86 12.26 -
YUV 161.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 168 176 73 0.05 0 0.59 0.31 64.66 0.41 0.49
Hex A8 B0 49 5 0 3B 1F 41 29 31
Octal 250 260 111 5 0 73 37 101 51 61
Binary 10101000 10110000 1001001 101 0 111011 11111 1000001 101001 110001

Color Harmonies of #A8B049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B049

Black with #A8B049

Text Example


Text Example

White with #A8B049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B049; }

 p { color: rgb(168,176,73); }

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

background-color css

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

 a { background-color: rgb(168,176,73); }

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

border-color css

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

 span { border-color: rgb(168,176,73); }

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