Html Css Color HEX #A8BA4A Celery

📋 copy color: '#A8BA4A'

red 168 ◦ green 186 ◦ blue 74

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

Shades of Celery #A8BA4A

Tints of Celery #A8BA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.29%

R = 39.25%
G = 43.46%
B = 17.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#A8BA4A (or 0xA8BA4A) is known color: Celery. HEX triplet: A8, BA and 4A. RGB value is (168,186,74). Sum of RGB (Red+Green+Blue) = 168+186+74=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA4A is #5745B5. Grayscale: #A8A8A8. Windows color (decimal): -5719478 or 4897448. OLE color: 4897448.

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

Color convert

RGB 168 186 74 -
CMYK 0.10 0 0.60 0.27
HSL 69.64º 0.45% 0.51% -
HSV(B) 69.64º 0.6% 0.73% -
XYZ 34.94 43.94 13.12 -
YUV 167.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 168 186 74 0.10 0 0.60 0.27 69.64 0.45 0.51
Hex A8 BA 4A A 0 3C 1B 46 2D 33
Octal 250 272 112 12 0 74 33 106 55 63
Binary 10101000 10111010 1001010 1010 0 111100 11011 1000110 101101 110011

Color Harmonies of #A8BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA4A

Black with #A8BA4A

Text Example


Text Example

White with #A8BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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