Html Css Color HEX #A8BA40 Celery

📋 copy color: '#A8BA40'

red 168 ◦ green 186 ◦ blue 64

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

Shades of Celery #A8BA40

Tints of Celery #A8BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.31%

R = 40.19%
G = 44.5%
B = 15.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#A8BA40 (or 0xA8BA40) is known color: Celery. HEX triplet: A8, BA and 40. RGB value is (168,186,64). Sum of RGB (Red+Green+Blue) = 168+186+64=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA40 is #5745BF. Grayscale: #A7A7A7. Windows color (decimal): -5719488 or 4242088. OLE color: 4242088.

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

Color convert

RGB 168 186 64 -
CMYK 0.10 0 0.66 0.27
HSL 68.85º 0.49% 0.49% -
HSV(B) 68.85º 0.66% 0.73% -
XYZ 34.63 43.81 11.48 -
YUV 166.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 168 186 64 0.10 0 0.66 0.27 68.85 0.49 0.49
Hex A8 BA 40 A 0 42 1B 45 31 31
Octal 250 272 100 12 0 102 33 105 61 61
Binary 10101000 10111010 1000000 1010 0 1000010 11011 1000101 110001 110001

Color Harmonies of #A8BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA40

Black with #A8BA40

Text Example


Text Example

White with #A8BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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