Html Css Color HEX #A8BA4F Celery

📋 copy color: '#A8BA4F'

red 168 ◦ green 186 ◦ blue 79

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

Shades of Celery #A8BA4F

Tints of Celery #A8BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.24%

R = 38.8%
G = 42.96%
B = 18.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#A8BA4F (or 0xA8BA4F) is known color: Celery. HEX triplet: A8, BA and 4F. RGB value is (168,186,79). Sum of RGB (Red+Green+Blue) = 168+186+79=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA4F is #5745B0. Grayscale: #A8A8A8. Windows color (decimal): -5719473 or 5225128. OLE color: 5225128.

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

Color convert

RGB 168 186 79 -
CMYK 0.10 0 0.58 0.27
HSL 70.09º 0.44% 0.52% -
HSV(B) 70.09º 0.58% 0.73% -
XYZ 35.12 44.01 14.04 -
YUV 168.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 168 186 79 0.10 0 0.58 0.27 70.09 0.44 0.52
Hex A8 BA 4F A 0 3A 1B 46 2C 34
Octal 250 272 117 12 0 72 33 106 54 64
Binary 10101000 10111010 1001111 1010 0 111010 11011 1000110 101100 110100

Color Harmonies of #A8BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA4F

Black with #A8BA4F

Text Example


Text Example

White with #A8BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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