Html Css Color HEX #A8BD5E Celery

📋 copy color: '#A8BD5E'

red 168 ◦ green 189 ◦ blue 94

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

Shades of Celery #A8BD5E

Tints of Celery #A8BD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 37.25%
G = 41.91%
B = 20.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#A8BD5E (or 0xA8BD5E) is known color: Celery. HEX triplet: A8, BD and 5E. RGB value is (168,189,94). Sum of RGB (Red+Green+Blue) = 168+189+94=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD5E is #5742A1. Grayscale: #ACACAC. Windows color (decimal): -5718690 or 6208936. OLE color: 6208936.

HSL color Cylindrical-coordinate representation of color #A8BD5E: hue angle of 73.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8BD5E is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 94 -
CMYK 0.11 0 0.50 0.26
HSL 73.26º 0.42% 0.55% -
HSV(B) 73.26º 0.5% 0.74% -
XYZ 36.37 45.53 17.46 -
YUV 171.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 168 189 94 0.11 0 0.50 0.26 73.26 0.42 0.55
Hex A8 BD 5E B 0 32 1A 49 2A 37
Octal 250 275 136 13 0 62 32 111 52 67
Binary 10101000 10111101 1011110 1011 0 110010 11010 1001001 101010 110111

Color Harmonies of #A8BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD5E

Black with #A8BD5E

Text Example


Text Example

White with #A8BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD5E; }

 p { color: rgb(168,189,94); }

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

background-color css

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

 a { background-color: rgb(168,189,94); }

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

border-color css

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

 span { border-color: rgb(168,189,94); }

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