Html Css Color HEX #A8B955 Celery

📋 copy color: '#A8B955'

red 168 ◦ green 185 ◦ blue 85

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

Shades of Celery #A8B955

Tints of Celery #A8B955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 38.36%
G = 42.24%
B = 19.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#A8B955 (or 0xA8B955) is known color: Celery. HEX triplet: A8, B9 and 55. RGB value is (168,185,85). Sum of RGB (Red+Green+Blue) = 168+185+85=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B955 is #5746AA. Grayscale: #A8A8A8. Windows color (decimal): -5719723 or 5618088. OLE color: 5618088.

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

Color convert

RGB 168 185 85 -
CMYK 0.09 0 0.54 0.27
HSL 70.2º 0.42% 0.53% -
HSV(B) 70.2º 0.54% 0.73% -
XYZ 35.14 43.68 15.17 -
YUV 168.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 168 185 85 0.09 0 0.54 0.27 70.2 0.42 0.53
Hex A8 B9 55 9 0 36 1B 46 2A 35
Octal 250 271 125 11 0 66 33 106 52 65
Binary 10101000 10111001 1010101 1001 0 110110 11011 1000110 101010 110101

Color Harmonies of #A8B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B955

Black with #A8B955

Text Example


Text Example

White with #A8B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B955; }

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

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

background-color css

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

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

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

border-color css

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

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

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