Html Css Color HEX #A8BA5B Celery

📋 copy color: '#A8BA5B'

red 168 ◦ green 186 ◦ blue 91

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

Shades of Celery #A8BA5B

Tints of Celery #A8BA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 37.75%
G = 41.8%
B = 20.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#A8BA5B (or 0xA8BA5B) is known color: Celery. HEX triplet: A8, BA and 5B. RGB value is (168,186,91). Sum of RGB (Red+Green+Blue) = 168+186+91=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA5B is #5745A4. Grayscale: #AAAAAA. Windows color (decimal): -5719461 or 6011560. OLE color: 6011560.

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

Color convert

RGB 168 186 91 -
CMYK 0.10 0 0.51 0.27
HSL 71.37º 0.41% 0.54% -
HSV(B) 71.37º 0.51% 0.73% -
XYZ 35.6 44.2 16.55 -
YUV 169.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 168 186 91 0.10 0 0.51 0.27 71.37 0.41 0.54
Hex A8 BA 5B A 0 33 1B 47 29 36
Octal 250 272 133 12 0 63 33 107 51 66
Binary 10101000 10111010 1011011 1010 0 110011 11011 1000111 101001 110110

Color Harmonies of #A8BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA5B

Black with #A8BA5B

Text Example


Text Example

White with #A8BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA5B; }

 p { color: rgb(168,186,91); }

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

background-color css

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

 a { background-color: rgb(168,186,91); }

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

border-color css

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

 span { border-color: rgb(168,186,91); }

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