Html Css Color HEX #A4BA3A Celery

📋 copy color: '#A4BA3A'

red 164 ◦ green 186 ◦ blue 58

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

Shades of Celery #A4BA3A

Tints of Celery #A4BA3A

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

 BLUE value IS 58 (23.05% from 255) = 14.22%

R = 40.2%
G = 45.59%
B = 14.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#A4BA3A (or 0xA4BA3A) is known color: Celery. HEX triplet: A4, BA and 3A. RGB value is (164,186,58). Sum of RGB (Red+Green+Blue) = 164+186+58=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA3A is #5B45C5. Grayscale: #A5A5A5. Windows color (decimal): -5981638 or 3848868. OLE color: 3848868.

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

Color convert

RGB 164 186 58 -
CMYK 0.12 0 0.69 0.27
HSL 70.31º 0.52% 0.48% -
HSV(B) 70.31º 0.69% 0.73% -
XYZ 33.63 43.32 10.59 -
YUV 164.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 164 186 58 0.12 0 0.69 0.27 70.31 0.52 0.48
Hex A4 BA 3A C 0 45 1B 46 34 30
Octal 244 272 72 14 0 105 33 106 64 60
Binary 10100100 10111010 111010 1100 0 1000101 11011 1000110 110100 110000

Color Harmonies of #A4BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA3A

Black with #A4BA3A

Text Example


Text Example

White with #A4BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA3A; }

 p { color: rgb(164,186,58); }

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

background-color css

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

 a { background-color: rgb(164,186,58); }

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

border-color css

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

 span { border-color: rgb(164,186,58); }

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