Html Css Color HEX #A8BA5A Celery

📋 copy color: '#A8BA5A'

red 168 ◦ green 186 ◦ blue 90

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

Shades of Celery #A8BA5A

Tints of Celery #A8BA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 37.84%
G = 41.89%
B = 20.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#A8BA5A (or 0xA8BA5A) is known color: Celery. HEX triplet: A8, BA and 5A. RGB value is (168,186,90). Sum of RGB (Red+Green+Blue) = 168+186+90=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA5A is #5745A5. Grayscale: #AAAAAA. Windows color (decimal): -5719462 or 5946024. OLE color: 5946024.

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

Color convert

RGB 168 186 90 -
CMYK 0.10 0 0.52 0.27
HSL 71.25º 0.41% 0.54% -
HSV(B) 71.25º 0.52% 0.73% -
XYZ 35.55 44.18 16.33 -
YUV 169.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 168 186 90 0.10 0 0.52 0.27 71.25 0.41 0.54
Hex A8 BA 5A A 0 34 1B 47 29 36
Octal 250 272 132 12 0 64 33 107 51 66
Binary 10101000 10111010 1011010 1010 0 110100 11011 1000111 101001 110110

Color Harmonies of #A8BA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA5A

Black with #A8BA5A

Text Example


Text Example

White with #A8BA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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