Html Css Color HEX #A8B949 Celery

📋 copy color: '#A8B949'

red 168 ◦ green 185 ◦ blue 73

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

Shades of Celery #A8B949

Tints of Celery #A8B949

RGB

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

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

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

R = 39.44%
G = 43.43%
B = 17.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#A8B949 (or 0xA8B949) is known color: Celery. HEX triplet: A8, B9 and 49. RGB value is (168,185,73). Sum of RGB (Red+Green+Blue) = 168+185+73=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B949 is #5746B6. Grayscale: #A7A7A7. Windows color (decimal): -5719735 or 4831656. OLE color: 4831656.

HSL color Cylindrical-coordinate representation of color #A8B949: hue angle of 69.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8B949 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 73 -
CMYK 0.09 0 0.61 0.27
HSL 69.11º 0.44% 0.51% -
HSV(B) 69.11º 0.61% 0.73% -
XYZ 34.7 43.5 12.87 -
YUV 167.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 168 185 73 0.09 0 0.61 0.27 69.11 0.44 0.51
Hex A8 B9 49 9 0 3D 1B 45 2C 33
Octal 250 271 111 11 0 75 33 105 54 63
Binary 10101000 10111001 1001001 1001 0 111101 11011 1000101 101100 110011

Color Harmonies of #A8B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B949

Black with #A8B949

Text Example


Text Example

White with #A8B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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