Html Css Color HEX #A5B346 Celery

📋 copy color: '#A5B346'

red 165 ◦ green 179 ◦ blue 70

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

Shades of Celery #A5B346

Tints of Celery #A5B346

RGB

 RED value IS 165 (64.84% from 255) = 39.86%

 GREEN value IS 179 (70.31% from 255) = 43.24%

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 39.86%
G = 43.24%
B = 16.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#A5B346 (or 0xA5B346) is known color: Celery. HEX triplet: A5, B3 and 46. RGB value is (165,179,70). Sum of RGB (Red+Green+Blue) = 165+179+70=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B346 is #5A4CB9. Grayscale: #A2A2A2. Windows color (decimal): -5917882 or 4633509. OLE color: 4633509.

HSL color Cylindrical-coordinate representation of color #A5B346: hue angle of 67.71º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5B346 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 70 -
CMYK 0.08 0 0.61 0.30
HSL 67.71º 0.44% 0.49% -
HSV(B) 67.71º 0.61% 0.7% -
XYZ 32.74 40.68 11.92 -
YUV 162.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 165 179 70 0.08 0 0.61 0.30 67.71 0.44 0.49
Hex A5 B3 46 8 0 3D 1E 44 2C 31
Octal 245 263 106 10 0 75 36 104 54 61
Binary 10100101 10110011 1000110 1000 0 111101 11110 1000100 101100 110001

Color Harmonies of #A5B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B346

Black with #A5B346

Text Example


Text Example

White with #A5B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B346; }

 p { color: rgb(165,179,70); }

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

background-color css

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

 a { background-color: rgb(165,179,70); }

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

border-color css

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

 span { border-color: rgb(165,179,70); }

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